Mitch - I downloaded your restaurant app with the backend - and spent hours trying to make it work. I think I finally narrowed it down to issues with firebase_auth - if I delete all references to firebase_auth, it compiles, but as soon as i put it back in - it fails. First it tells me that the minSDK should be 23 - so I add it build.grade. Then it gives me the error
ackage identifier or launch activity not found.
Please check C:\Web\projects\Flutter\elchavo_app\android\app\src\main\AndroidManifest.xml for errors.
No application found for TargetPlatform.android_x86.
Is your project missing an android\app\src\main\AndroidManifest.xml?
If I fix it by either adding the package to the AndroidManisfest.xml, it gives me an error that I'm using a deprecated gradle SDK and wants me to create a clean project -
Error: [!] Your app is using an unsupported Gradle project. To fix this problem, create a new project by running `flutter create -t app <app-directory>`
and then move the dart code, assets and pubspec.yaml to the new project.
and if I do that, I start the issue all over again. Very little documentation online regarding this error. This code does not work or is not compatible with the most recent version of gradle/flutter or something. Then the purchase says it's 100% guaranteed but there's no way to contact you....very frustrating.
1 comment
Mitch - I downloaded your restaurant app with the backend - and spent hours trying to make it work. I think I finally narrowed it down to issues with firebase_auth - if I delete all references to firebase_auth, it compiles, but as soon as i put it back in - it fails. First it tells me that the minSDK should be 23 - so I add it build.grade. Then it gives me the error ackage identifier or launch activity not found. Please check C:\Web\projects\Flutter\elchavo_app\android\app\src\main\AndroidManifest.xml for errors. No application found for TargetPlatform.android_x86. Is your project missing an android\app\src\main\AndroidManifest.xml? If I fix it by either adding the package to the AndroidManisfest.xml, it gives me an error that I'm using a deprecated gradle SDK and wants me to create a clean project - Error: [!] Your app is using an unsupported Gradle project. To fix this problem, create a new project by running `flutter create -t app <app-directory>` and then move the dart code, assets and pubspec.yaml to the new project. and if I do that, I start the issue all over again. Very little documentation online regarding this error. This code does not work or is not compatible with the most recent version of gradle/flutter or something. Then the purchase says it's 100% guaranteed but there's no way to contact you....very frustrating.