Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidManifest.xml missing in snapshots #15

Open
AdamJel opened this issue Jan 6, 2024 · 0 comments
Open

AndroidManifest.xml missing in snapshots #15

AdamJel opened this issue Jan 6, 2024 · 0 comments

Comments

@AdamJel
Copy link

AdamJel commented Jan 6, 2024

Hi,

none of the snapshots contain the AndroidManifest.xml (and possible some other Android files?). As a result, it is not possible to run the downloaded snapshot in a android emulated device.

The specific error message after trying to run any snapshot is:

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
AndroidManifest.xml could not be found.
Please check <project-path>\android\AndroidManifest.xml for errors.
No application found for TargetPlatform.android_x64.
Is your project missing an android\AndroidManifest.xml?
Consider running "flutter create ." to create one.

What is the recommended way to start an app from any snapshot? Also, perhaps this information could be included in this repo's README.md file.

I came back to the course after a while and I don't remember, how I run the project before. Maybe the information is somewhere, or it was said in an early video, but it is not easy to continue after a while, since I cannot find this information easily.

EDIT:

Please note that the code snapshots are not standalone projects that may be executed! They only > exist to help you compare your code!

Ok, I agree that individual snapshots don't have to be standalone ready to launch projects. But I still think, that it would be greatly helpful, if the information about how to actually run the snapshots was somewhere. Perhaps a folder containing the rest of files needed to run the project. Or just a step-by-step instructions on how to create a standalone runnable project from snapshots..

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant