• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Migrate to AndroidX

Hello everyone ... I start by saying that I'm rincoxxxnendo .... my apps worked so well with the target sdk 27 ... now playstore wants to break the attributes by forcing the target sdk 29.
So to switch to target sdk 29, you need to request the migration to AndroidX (using the appropriate button on the menu).
After the necessary checks, android studio migrates the entire project to AndroidX ... the problem now is that my applications no longer work on the cell with api level 29 (ie Samsung s10), .. while they seem to work perfectly with android systems up to 28 ...
Are there any well-made guides to make the migration happen? what am I doing wrong? is it enough to download api 29 on android studio and migrate? or need to manually fix something else ????
 
Hi,
What does it mean: "the problem now is that my applications no longer work on the cell with api level 29"
The application does not compile?

You are probably using a class that is elsewhere and the automaton did not carry that.
 
Back
Top Bottom