Software⏱️ 2 min read📅 2026-05-30
How to Fix: Changing API level Android Studio
Change minimum SDK version in Android Studio
Quick Answer: To change the minimum SDK version, go to Project > Properties > Build Variants > Edit Configurations, and then update the 'Min SDK' value.
📋 Table of Contents
To resolve the issue of changing the minimum SDK version in Android Studio from API 12 to API 14, you need to update the project properties and rebuild the project.
🛑 Root Causes of the Error
- Incorrectly setting the min SDK version in the manifest file.
🔧 Proven Troubleshooting Steps
Method 1: Updating Project Properties
- Step 1: Open the Project Structure dialog by clicking on File > Settings (or press Ctrl + Shift + Alt + S)
- Step 2: In the Project Structure window, navigate to the 'App' section and click on the 'Build Variants' tab.
- Step 3: Select the build variant you want to update (e.g., debug or release) and click on the 'Edit Configurations' button.
- Step 4: In the Edit Configurations window, navigate to the 'Build Settings' tab and set the 'Min SDK' value to API 14.
Method 2: Rebuilding the Project
- Step 1: Make sure you have updated the project properties as described in Method 1.
- Step 2: Click on Build > Rebuild Project or press Shift + F9 to rebuild the project.
✨ Wrapping Up
After updating the project properties and rebuilding the project, you should be able to successfully change the minimum SDK version in Android Studio from API 12 to API 14.
❓ Frequently Asked Questions
Incorrectly setting the min SDK version in the manifest file.
Step 1: Open the Project Structure dialog by clicking on File > Settings (or press Ctrl + Shift + Alt + S)Step 2: In the Project Structure window, navigate to the 'App' section and click on the 'Build Variants' tab.Step 3: Select the build variant you want to update (e.g., debug or release) and clic
Step 1: Make sure you have updated the project properties as described in Method 1.Step 2: Click on Build > Rebuild Project or press Shift + F9 to rebuild the project.
After updating the project properties and rebuilding the project, you should be able to successfully change the minimum SDK version in Android Studio from API 12 to API 14.
🛠️ Related Fixes
How to Fix: Pc crashes shortly after launching game (rainbow
Pc crashes shortly after launching game, possible cause: outdated grap
How to Fix: Installing an APK on a locked down phone
Installing an APK on a locked down phone: Try using a rooted device, e
How to Fix: FPS drops
FPS drops in games can be caused by high system resource usage, outdat