Forum Discussion

trunks_slash's avatar
trunks_slash
Level 1.6: Donut
2 years ago
Solved

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 ...
  • jasonbayton's avatar
    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 🙂