I'm trying to modify a theme for android (cm11).
Since I failed to install the theme with my modifications, I tried to decompile it and recompile the apk without changing anything. The error that i have in return is always the same:
Failure [INSTALL_FAILED_INVALID_URI]
To be more specific:
- I downloaded a theme from xda
- decompiled on my pc with 'apktool d ...'
- recompiled it with 'apktool b ...'
- pushed it on device using adb