-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to instantiate application after redex step #67
Comments
Similar issue to #27 |
So this is the MultiDex issue? |
Thanks for reporting the issue! Redex is supposed to work with multidex (FB is multidex), so there must be a bug. Hard to know what's going on, but you could help me debug it by creating a config file (see the doc linked by @Gavin1989 ), and progressively eliminating passes until the application installs. That'll at least tell me which pass is misbehaving. |
I just fixed a really silly bug with multidex, so multidex apps should work now. Sorry for the hassle. |
awesome @bertmaher, I will try it out again! |
Summary: X-link: facebookincubator/hsthrift#67 Updating `googletest` from `1.8.0` to `1.10.0` Reviewed By: mzlee, igorsugak, luciang, meyering, r-barnes Differential Revision: D34351084 fbshipit-source-id: 939b3985ab63a06b6d511ec8711c2d5863bdfea8
Summary: X-link: facebookincubator/hsthrift#67 Updating `googletest` from `1.8.0` to `1.10.0` Reviewed By: mzlee, igorsugak, luciang, meyering, r-barnes Differential Revision: D34351084 fbshipit-source-id: 939b3985ab63a06b6d511ec8711c2d5863bdfea8
When trying redex with a debug build (NOT pro-guarded at all) the app will immediately crash when launching the redex version of the apk. The exception is as follows:
If I look at the contents of the original debug apk and grep for dex files I see:
If I look at the contents of the redexed apk and grep for dex files I see:
It appears the multidex dex files are missing or perhaps just merged? Either way, the app is unable to start...
The text was updated successfully, but these errors were encountered: