You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering why it's not simple to build and run?
I had to run flutter create .
Got this error:
AndroidManifest.xml could not be found.
Please check /home/steve/google/clock/canvas_clock/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.
The text was updated successfully, but these errors were encountered:
I am glad you took a look at the project and asked 😃
In this project, I excluded the ios, android, and web directories (as part of preparing the clock for submission, see Getting Started here). Consequently, flutter create . is required to generate these before you can run the project. Additionally, it would get any missing packages (if any were used 😄 ).
This saves size and also ensures longer compatibility because flutter create . will always add the latest platform setup.
I did not think that the question would come up. Now that you asked, I will include it in the README. See the commit linked below.
Just wondering why it's not simple to build and run?
I had to run flutter create .
Got this error:
AndroidManifest.xml could not be found.
Please check /home/steve/google/clock/canvas_clock/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.
The text was updated successfully, but these errors were encountered: