Android resources not found in Flutter project
up vote
0
down vote
favorite
I have a question for you
this is my first experience in Flutter, and I'm trying to follow the guideline to add an image into the splash screen.
The project is built and runs as expected, but the resource in @mipmap/ic_launcher
is red, and Android studio reports can not resolve symbols
How can I fix it?
flutter flutter-layout
add a comment |
up vote
0
down vote
favorite
I have a question for you
this is my first experience in Flutter, and I'm trying to follow the guideline to add an image into the splash screen.
The project is built and runs as expected, but the resource in @mipmap/ic_launcher
is red, and Android studio reports can not resolve symbols
How can I fix it?
flutter flutter-layout
1
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a question for you
this is my first experience in Flutter, and I'm trying to follow the guideline to add an image into the splash screen.
The project is built and runs as expected, but the resource in @mipmap/ic_launcher
is red, and Android studio reports can not resolve symbols
How can I fix it?
flutter flutter-layout
I have a question for you
this is my first experience in Flutter, and I'm trying to follow the guideline to add an image into the splash screen.
The project is built and runs as expected, but the resource in @mipmap/ic_launcher
is red, and Android studio reports can not resolve symbols
How can I fix it?
flutter flutter-layout
flutter flutter-layout
asked Nov 11 at 6:36
Francesco Florio
789913
789913
1
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47
add a comment |
1
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47
1
1
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246435%2fandroid-resources-not-found-in-flutter-project%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Open your project like this, does it still show the error?
– CopsOnRoad
Nov 11 at 6:54
Thank you. So it's not a good idea to open one single Android studio instance to work with Flutter. Instead, I should open an Android studio instance for the Android part, an XCode instance for the iOS part and at the end a whatever IDE for the dart/flutter part. Are you agree with this?
– Francesco Florio
Nov 11 at 7:10
I agree with you. But the latest update of Flutter plugin for AS seems to provide some relief. Anyways did the link work for you?
– CopsOnRoad
Nov 11 at 7:42
Yes, thanks. It seems to work. ;)
– Francesco Florio
Nov 11 at 7:47