VivekPanyam / Evolve

Evolve is a library for Android Developers that lets them deploy new versions of an app without going through Google Play or asking users to download an update.
GNU Affero General Public License v3.0
100 stars 12 forks source link

Evolve with appcompat #15

Open imojams opened 7 years ago

imojams commented 7 years ago

Hi. I tried to run Evolve with appcompat activity. I recompiled Evolve with modified DinamycActivity. But when i run wrapper, i got error. https://gist.github.com/imojams/4c70b6482a90ae4ef8cb120908aaab4c Have You tried to run Evolve with appcompat?

I also modified dependency packages and changed android sdk version and appcompat, so that in all apps it is same version.

Also one time I got evolve to run, But when evolve downloaded new apk (the same that is in assets folder), they didn't run. (The same error). Here https://gist.github.com/imojams/00fcb5601420e3189ecce9c6a60f488f is test app activity and test wrapper app.