Skip to content
New issue

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

Add support to andorid projects #40

Open
EsanLe opened this issue Jan 8, 2017 · 0 comments
Open

Add support to andorid projects #40

EsanLe opened this issue Jan 8, 2017 · 0 comments

Comments

@EsanLe
Copy link

EsanLe commented Jan 8, 2017

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

</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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant