ParseSdkContent failed Failed to initialize android.graphics.Typeface class

ParseSdkContent error Failed to initialize android.graphics.Typeface class

I often get this error when I open a new project or start a project or open a project.

+4
source share
6 answers

from https://code.google.com/p/android/issues/detail?id=77726#c15 :

  • Download the SDK Platform for API 20 (4.4W)

  • Go to the sdk folder (this should be similar to D: \ EclipseWorkspace \ window package-x86_64-20140321 \ SDK)

  • Go to the platforms folder -> android-21 folder -> data folder

  • rename layoutlib.jar (for backup purposes)

  • copy the same file (layoutlib.jar) from your android-20 folder to this folder

  • Eclipse

+12

( sdk/, nullpoint, ) , Android L sdk, . Android L Android 4.4w. .

.....

+11

~/.android

, , eclipse

+3

, / - ~/.android, , , ~/.android/avd. Nexus 7 AVD , , parseSDKContent. , ~/.android/avd/Nexus7-AVD.avd, .

+1

Android Android 4.4w (API 20). Project- > Properties- > Android. .

0

I had the same problem. I used API API 21 as the target API, and I got this kind of problem when I open an xml file or some IDE parameters.

I solved the problem of updating the installed software in the Android SDK Manager. I'm not sure if updating all installed software is necessary or only API 21 SDK platform, but I installed all available updates and solved my problem.

0
source

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


All Articles