License error with android 4.4 emulator

廉价感情. 提交于 2019-12-21 17:52:12

问题


I updated today the sdk to the new version and I've got a problem with the license. When my application starts with the new Google API lev. 19, I receive a "License has stopped" error. From logcat I can see this kind of error:

11-01 06:47:57.120: E/AndroidRuntime(991): FATAL EXCEPTION: main 11-01 06:47:57.120: E/AndroidRuntime(991): Process: com.android.vending, PID: 991 11-01 06:47:57.120: E/AndroidRuntime(991): java.lang.RuntimeException: Unable to instantiate application com.android.vending.VendingApplication: java.lang.ClassNotFoundException: Didn't find class "com.android.vending.VendingApplication" on path: DexPathList[[zip file "/system/app/LicenseChecker.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]

来源:https://stackoverflow.com/questions/19725265/license-error-with-android-4-4-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!