Sometimes your favorite Android app is one that is not available on the Play Store and hasn’t been updated in ages. You get your latest and greatest new phone/tablet, and now you are excited to install that one app not available on the Play Store. Suddenly you find out you cannot install it due to the Android SDK API target level being too low, or maybe the signature has expired and the app cannot be installed anymore.
Well, in this tutorial I will show you how to change the SDK API Level to a 3rd Party Android APK. It is easier than you might think, and you don’t even need Android Studio installed on your computer, or have awesome Java programming skills.
Continue reading