How do I change my target API?

Step 1: Open your project in Android mode then go to Gradle Scripts > build. gradle(Module: app) as shown in the following image. Step 2: Refer to the below image and here you have to change the minSdkVersion and targetSdkVersion as per the requirement.18 Şub 2021

Read more

Can I move Android SDK folder?

In windows File Explorer, MOVE the actual SDK folder . For example, my SDK folder was located here C:\Users\bfindling\AppData\Local\Android\sdk so I cut/pasted it to E:\Android\sdk. Now you can re-launch Android Studio and it will notice that the SDK has moved. It will ask you for the new location.

Read more