Forum Discussion
trunks_slash
2 years agoLevel 1.6: Donut
Changing Target SDK for app compatibility
I am following up on an article I read by jasonbayton that was about using adb to force install apps that would otherwise be incompatible. In the article you mentioned that there were no other ways ...
- 2 years ago
You'll have to pull debug logs to understand why that is, could be anything from a typo in the changes you made to a security exception using APIs you no longer have access to.
ADB is for testing, it's not a production solution. Keeping your app secure and up to date is favourable 🙂
jasonbayton
2 years agoLevel 4.0: Ice Cream Sandwich
You'll have to pull debug logs to understand why that is, could be anything from a typo in the changes you made to a security exception using APIs you no longer have access to.
ADB is for testing, it's not a production solution. Keeping your app secure and up to date is favourable 🙂
- trunks_slash2 years agoLevel 1.6: Donut
Awesome! Thanks for your help!
Related Content
- 12 months ago
- 2 years ago