Rohit Dhingra
Rohit Dhingra

Reputation: 21

How to migrate to AndroidX in Android-Studio latest version?

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

Answers (1)

Huzaifa Ahmed
Huzaifa Ahmed

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

Related Questions