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
Currently we have separate project wizard implementations, one for IntelliJ and one for Android Studio. The Android Studio one gives us an impl that fits in well with that product's UI.
We should consider moving to having just one, common, implementation. This would reduce code duplication for us, and we'd have less Android Studio specific code to maintain.