Eclipse: Android SDK content Loader

Every time I start a new project in Eclipse, this happens:

parseSdkContent failed

Could not initialize class android.graphics.Typeface

What do I need to do to solve this problem? I have all the plugins offered and everything from this page https://developer.android.com/training/basics/firstapp/index.html?hl=p

Thanks everyone!

+1
source share
2 answers

This problem with me today, what worked for me was deleting the .android folder in C:/Users/user. Good luck

+1
source

delete C: / Users / user [.android] is useful temporarily, when you restart Eclipse, it reappears!

0
source

Source: https://habr.com/ru/post/1547862/


All Articles