Evolve icon indicating copy to clipboard operation
Evolve copied to clipboard

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.

Results 6 Evolve issues
Sort by recently updated
recently updated
newest added

Hi, i try to use your lib, but Utils class line number 32 have class cast exception. i using your DynamicApp. ``` W/System.err: java.lang.reflect.InvocationTargetException W/System.err: at java.lang.reflect.Method.invoke(Native Method) W/System.err: at...

Are people interested in using Evolve? I realize that not being able to use it in Google Play apps is a big problem. However, it is still useful for many...

question

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...

the app writes this on line : setContentView, but in my xml there is no line #34 Android version : 4.4.4 how to set wrapper app properly? i set my...

I did the tutorial to perform silent update app. But I get an error: `java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.vivekpanyam.TestApp/com.example.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "com.example.MainActivity" on path: DexPathList[[zip file "/data/app/com.vivekpanyam.TestApp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib,...

Hi, I am testing this library but i have a problem if i try to add a Dialog ``` AlertDialog.Builder builder = new AlertDialog.Builder(Evolve.context); LayoutInflater inflater = LayoutInflater.from(Evolve.context); View view...