Muselee icon indicating copy to clipboard operation
Muselee copied to clipboard

Failed to find Platform SDK with path: platforms;android-q

Open funnygerman opened this issue 5 years ago • 0 comments

Build is failing

The fix is to change

const val compile = "android-Q"

to

const val compile = 29

Android Studio 3.5 Build #AI-191.8026.42.35.5791312, built on August 9, 2019 JRE: 1.8.0_202-release-1483-b49-5587405 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.6

funnygerman avatar Oct 22 '19 08:10 funnygerman