TinkerUseMSky icon indicating copy to clipboard operation
TinkerUseMSky copied to clipboard

APPlication找不到

Open Darksiderlyd opened this issue 8 years ago • 0 comments

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.microcity.tinkerdemo.APP" on path: DexPathList[[zip file "/data/app/com.microcity.tinkerdemo-1/base.apk"],nativeLibraryDirectories=[/data/app/com.microcity.tinkerdemo-1/lib/arm64, /vendor/lib64, /system/lib64]]

Suppressed: java.lang.ClassNotFoundException: com.microcity.tinkerdemo.APP

Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

大神 我的Application一直找不到 这是 @DefaultLifeCycle(application = "com.microcity.tinkerdemo.APP", flags = ShareConstants.TINKER_ENABLE_ALL, loadVerifyFlag = false)

<application android:name=".APP" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme">

Darksiderlyd avatar Apr 17 '17 09:04 Darksiderlyd