Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AndroidManifest.xml could not be found

I am taking a flutter course, and i have downloaded the resources of the course to run it in my device, but there is an error:

    AndroidManifest.xml could not be found.
    Please check C:\Users\manal\Downloads\state-02-detail-screen\android\AndroidManifest.xml for errors.
    No application found for TargetPlatform.android_x86.
    Is your project missing an android\AndroidManifest.xml?
    Consider running "flutter create ." to create one.

screenshot

as shown in the picture, in other flutter projects, in top left, there is always item called 'Android' under list of project, but here it doesn't appear

like image 1000
Manal Avatar asked Sep 05 '25 03:09

Manal


1 Answers

As the instructions say, run

flutter create .
like image 95
amir torabi Avatar answered Sep 09 '25 19:09

amir torabi