You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select 'Open in Android Studio' on the android/ sub-project in IntelliJ, it opens the entire project (foo_bar/) in Android Studio.
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)
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.
@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.
When I select 'Open in Android Studio' on the android/ sub-project in IntelliJ, it opens the entire project (
foo_bar/
) in Android Studio.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
The text was updated successfully, but these errors were encountered: