When compiling this app in Android Studio Canary 10 I get a series of those errors. Presumably it is compiling against the wrong SDK, but it says android-Q in the gradle. Any tips?
Asked
Active
Viewed 687 times
0
-
Did you download the Q Beta 2 SDK? Bubbles are new to Beta 2. – CommonsWare Apr 04 '19 at 21:57
-
Yes, I did. It definitely has to do with their being new, but I'm not sure why the Gradle is failing. There are no errors in the source editor. – der_Fidelis Apr 04 '19 at 21:58
-
Both Android Studio 3.3.2 and command-line builds worked for me. Is there anything unusual about your development environment? If you create a new project, can you reference those classes? – CommonsWare Apr 04 '19 at 22:11