question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Duplicated .iml files

See original GitHub issue

Steps to Reproduce

  1. In the Terminal, run flutter create test1

Expected and actual behaviour: The test1 folder has no .iml file directly inside it; this is located in test1/.idea/.

  1. Inside IntelliJ, File>Create a new Flutter project test2

Expected result: Same as from terminal Actual result: There is an .iml file both inside test2/ and inside test2/.idea/.

Version info

IJ plugin 0.1.9

Flutter: • Framework revision 6469b475d2 (7 hours ago), 2017-01-30 23:32:44 • Engine revision 9de4d1530b • Tools Dart version 1.22.0-dev.9.1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-doroshkocommented, Jan 31, 2017

IML file location is selected at the next Flutter Project Wizard step after providing a path to the Flutter SDK. image You can debug where default paths come from. May be you can tweak defaults before this step is shown; or ignore what is set at this step somewhere later. Both ways are not perfect though.

0reactions
alexander-doroshkocommented, Feb 6, 2017

I never ran AppCode. @devoncarew do you have a screenshot of the error?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Generating duplicate .iml file due to different modules having ...
I'd like to not rename every time the .iml files, the problem is that the .iml file name is based on the artifactid...
Read more >
A .iml file for each time I duplicated my android project?
It states that IML files store information about each module - and each of your projects is a module. The "copies" of your...
Read more >
no .iml file (sorry if this is duplicate, I'll delete the other one).
It's IntelliJ. Tried it on both Mac and PC with same error. I think somehow Gradle isn't connecting with a server. I believe...
Read more >
Modules without .iml files may cause "empty android project ...
Modules without .iml files may cause "empty android project view" ; Comments (3) ; Duplicates (0) ; Blocking (0/1) ; Resources (2) ...
Read more >
Open iml file - IntelliJ IDEA module - File-Extensions.org
Files with iml file extension are related to IntelliJ IDEA and Android Studio development tools for various platforms. The iml file contains development ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found