0

I receive the following error message

Could not initialize class com.android.sdklib.repository.AndroidSdkHandler 

How do I solve this error message, I honestly have no idea how to solve this error message ?

1 Answer 1

1

Maybe update the following code in the build.gradle(project) file?

buildscript { repositories { [some other things here...] } dependencies { [.... some other things here] classpath 'com.android.tools.build:gradle:3.1.2' } } 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.