Unable to run the app
Closed this issue · 3 comments
iamvivekkaushik commented
I am unable to run the project, build.gradle
files are missing from the android folder. It also keeps giving some warning about moving to AndroidEmbedding
version 2
but the project is already using version 2 in the Android Manifest file.
aisivan36 commented
You have to set the minSdkVersion to 21 in the android/app/build.gradle
aisivan36 commented
I have fixed it you can now clone mine
https://github.com/aisivan36/flutter-vizier-challenge
mateusztylman commented
Thank you for supporting our challenge, I've fixed the issue already.
We've added a more extensive .gitignore and missing build.gradle files.
Check now.