dev/Android

Android の開発メモなど

Unfortunately, license checker has stopped.

f:id:jmab:20131117142358p:plain

Android 4.4 エミュレーターでリリースビルドをテストしようと思ったら、いきなり。


Logcat はこんな感じ・・・。

11-17 00:20:09.570: E/AndroidRuntime(1764): FATAL EXCEPTION: main
11-17 00:20:09.570: E/AndroidRuntime(1764): Process: com.android.vending, PID: 1764
11-17 00:20:09.570: E/AndroidRuntime(1764): 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]]

をいをい。VendingApplication が見つからないって・・・orz


一応 issue としてもあがっているけど・・・。

Issue 61680 - android - License checker crashes on android 4.4 emulator - Android Open Source Project - Issue Tracker - Google Project Hosting

単なる入れ忘れでしょ!早く直してよぉ。