-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
I used the Android SDK Manager to install the Android Support Repository. When I now try to import something from there (e.g. android.support.v4.content.LocalBroadcastManager
) into the Android app of my Flutter app, IntelliJ is unable to resolve it:
Cannot resolve Symbol 'LocalBroadcastManager'
The app compiles just fine with that import though. I played around a little with the "Project Structure..." settings, but without much success. It seems like there is no jar for the Android Support Repository on disk that I can include.
Would be nice to document how you can add and use stuff from the Android SDK with the new "Editing Android code in IntelliJ IDEA" support in IntelliJ with Flutter.
Crazywater, seklum, lovasoa, bartekpacia, ARRR42 and 1 more