Alex Li

Results 711 comments of Alex Li

@helin24 Thanks for digging in! > Does `org.jetbrains.android` and `com.intellij.modules.androidstudio` contain the same classes? They seem similar, but `com.intellij.modules.androidstudio` has more content than `org.jetbrains.android`. > In which case could we...

@helin24 > But I was wondering if we could add: > > ``` > org.jetbrains.android > ``` > > instead of using a new config file `android-contribs.xml`. > It seems...

> Maybe the outstanding question now is what functionality the line in question: > > ``` > org.jetbrains.android > ``` > > contributes (or could contribute, with `studio-contribs.xml` included) to...

@helin24 Sorry for the delay. I've tested with `studio-contribs` on IDEA. All actions are working properly like in Android Studio, but none of the extensions are working as far as...

> Sorry for this extended discussion; as you can tell I have very little familiarity with the Android parts of this plugin and I want to make sure we're doing...

> This file imports `org.jetbrains.android.facet.AndroidFrameworkDetector` and the linked line uses that class. So if the `org.jetbrains.android` plugin is optional, why does this code compile anyway? I guess at runtime the...

> @AlexV525 can you investigate changing this method to not use the Android dependency? https://github.com/flutter/flutter-intellij/blob/master/src/io/flutter/FlutterUtils.java#L92 > > I think it will be something like checking `ApplicationInfo.getInstance().getFullApplicationName()`. > > I just...

We need to figure out how to remove empty assets and keep the counting of paths working.