Hello, I'm a beginner. I've upgraded the AS to 3.2...
# android
j
Hello, I'm a beginner. I've upgraded the AS to 3.2.Kotlin 1.2.71. API 28 and I report an error: No cached version of com.android.tools.buildaapt23.2.0-4818971 available for offline mode. Where can be a mistake? Thank you
g
You probably enabled Gradle offline mode, so new dependency cannot be downloaded, disable offline mode, build the project, enable again (if you need it)
there is an option in AndroidStudio about offline mode
j
ok,Thanks