Visual Studio Code (Flutter - Dart) Convert to AndroidX

preview_player
Показать описание
In the video this will help you Convert to AndroidX.

[!] Your app isn't using AndroidX.

➤Steps on How to Convert Code:

# Convert to AndroidX
# Automatically convert third-party libraries to use AndroidX

android {
compileSdkVersion 28

...

defaultConfig {
...
minSdkVersion 21
targetSdkVersion 28
}
}

3. flutter clean

4. flutter emulators --launch Nexus_One

5. flutter run
Рекомендации по теме
Комментарии
Автор

Hi :c in my proyect the folder " doesn't exist. How can I fix that? thanks

brayanbastocaicedo
join shbcf.ru