Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
No one has replied
@Gianluca-Bernardi I have default as well. Not sure how you got full before. Good to know you solved the issue.
D
@Dmitriano Probably I had some wrong build configuration, after some experimentation and switching to Java11 it become about 1MB.
M
to enable JetPack/AndroidX: add android.useAndroidX=true to file gradle.properties
add dependency to required library (file build.gradle): implementation 'androidx.core:core:1.7.0'
@Kyeiv said in Could not resolve all artifacts for configuration ':classpath':
OpenJDK 9.0.4
You need to use Java 8, see here.
Versions higher than 8 might cause issues for the Android SDK command-line tools.
F
@mujeek Thank u, I run into this error, and this fixed it. Not all heroes wear a cape.
I'm using Qt Creator 4.14.0 and Qt 5.15.2
@TripleF Awesome, this works! Thank you