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

open in android studio open foo_bar_android.iml in a text editor #1820

Closed
devoncarew opened this issue Feb 23, 2018 · 4 comments
Closed

open in android studio open foo_bar_android.iml in a text editor #1820

devoncarew opened this issue Feb 23, 2018 · 4 comments

Comments

@devoncarew
Copy link
Member

When I select 'Open in Android Studio' on the android/ sub-project in IntelliJ, it opens the entire project (foo_bar/) in Android Studio.

screen shot 2018-02-23 at 3 48 08 pm

When I then select 'Open in Android Studio' on the android/ sub-project in that new Android Studio window, it opens the foo_bar_android.iml file in a text editor.

(I do see that the Java code is resolved in the Android studio instance - I can jump to declaration for the PluginRegistry classes)

/cc @stevemessick

@stevemessick
Copy link
Member

And 'Open in Android Studio' doesn't work if already in Android Studio. The code needs to detect that it is running in AS and just do a normal Open Project.

@stevemessick
Copy link
Member

@devoncarew Any idea why the menu title is something other than Open Android module in Android Studio? PR #1758 changed it (also for iOS), but your screenshot shows the old one.

@stevemessick
Copy link
Member

Ah. #1758 does not update the template file.

@stevemessick
Copy link
Member

Fixed with #1863

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

No branches or pull requests

2 participants