This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Multidex problem: Didn't find class "neko.App" #143
Comments
Note: You can check some fixes after
|
Since you have the config in |
Thx for reply! I fixed then execute commands as below:
build.log:
This log has some omitted line. Complete log file is here |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my envoironment, created multidex apk can't execute because ClassLoader can't find
neko.App
class.error log:
I checked generated dex files by using dex2jar, and found
/neko/App.class
inclasses2.dex
. I think it must be contained inclasses.dex
.so I fixed
proguard-multi-dex.cfg
(added-keep public class neko.App
) but it seems no effects.sample code is here:
https://github.com/sakuraiyuta/example-multidex-issue
You can reproduce the problem. Checkout the code and execute commands as below:
The text was updated successfully, but these errors were encountered: