We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An normal android projec directory structure like this:
</MyApplication/ ▸ .gradle/ ▸ .idea/ ▾ app/ ▸ build/ ▸ libs/ ▾ src/ ▸ androidTest/ ▾ main/ ▾ java/com/example/myapplication/ MainActivity.java ▸ res/ AndroidManifest.xml ▸ test/java/com/example/myapplication/ .gitignore app.iml build.gradle proguard-rules.pro ▸ build/ ...
But when I open a .java inside app in vim, intellij will open app/ as a project and create app/.idea and other intellij related files
.java
app
app/
app/.idea
</IdeaProjects/MyApplication/ ▸ .gradle/ ▸ .idea/ ▾ app/ ▸ .idea/ ▸ build/ ▸ libs/ ▾ src/ ▸ androidTest/ ▾ main/ ▾ java/com/example/eiddle/myapplication/ MainActivity.java ▸ res/ AndroidManifest.xml ▸ test/ .gitignore app.iml build.gradle proguard-rules.pro ▸ build/ ▸ gradle/ .gitignore
Both android-studio and intellij-ce have the same issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An normal android projec directory structure like this:
But when I open a
.java
insideapp
in vim, intellij will openapp/
as a project and createapp/.idea
and other intellij related filesBoth android-studio and intellij-ce have the same issue
The text was updated successfully, but these errors were encountered: