alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 623 forks source link

FreeLine编译后找不到类 #889

Open supermoutant opened 7 years ago

supermoutant commented 7 years ago

Activity 跳转方式如下: Intent intent = new Intent(); intent.setClassName(getActivity(), "com.lenovo.router.activity.RouterActivity"); startActivity(intent); 报错如下: 09-20 10:26:49.802 7825-7825/com.lenovo.octopus E/AndroidRuntime: FATAL EXCEPTION: main Process: com.lenovo.octopus, PID: 7825 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.lenovo.octopus/com.lenovo.router.activity.RouterActivity}: java.lang.ClassNotFoundException: Didn't find class "com.lenovo.router.activity.RouterActivity" on path: DexPathList[[dex file "/data/user/0/com.lenovo.octopus/cache/hack/hackload.dex", zip file "/data/app/com.lenovo.octopus-2/base.apk"],nativeLibraryDirectories=[/data/app/com.lenovo.octopus-2/lib/arm, /system/fake-libs, /data/app/com.lenovo.octopus-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /system/vendor/lib, /product/lib]]

正常编译情况正常.

supermoutant commented 6 years ago

没人回答吗,时不时刷新看看?

act262 commented 6 years ago

没有全量编译一次么

supermoutant commented 6 years ago

@act262 全量编译了,不行。