I just started install android studio this year and i get a default sdk of 23 everytime i open my project. However, i would like to downgrade it to sdk 21. But i have been getting error from other java file. How should i solve this matter? I have been following from this tutorial "Changing API level Android Studio". However after gradle sync, the error come out
Asked
Active
Viewed 893 times
2
-
Do click at the image i upload to look at the error from java file. – Cheong Charlene Feb 25 '16 at 06:06
-
Follow this http://stackoverflow.com/questions/9555337/how-to-downgrade-my-sdk-version – CandleCoder Feb 25 '16 at 06:09
-
go to build.gradle file of your project change compileSdkVersion 21 – Orbitcoder Feb 25 '16 at 06:10
-
1Going down is a bad idea. – Jared Burrows Feb 25 '16 at 06:22