Reputation: 21
When i click on migrate to androidX, it ask for backup as a zip file. While i click on (ok), after that nothing happens. I can't find from where i can refactor it.
Upvotes: 1
Views: 41
Reputation: 324
In the android folder in your flutter app, there is gradle.properties file, include this
android.useAndroidX=true
then you're good to go
Upvotes: 1