Creating APK file inside Android Application on the device? -


can 1 create .apk file set of files/folder inside android application? (for example, inside application fdroid)

for example, have uncompressed files of apk file , want recreate/compress again inside android application.

can use apktool inside android application? or there similar?

apktool cannot run on android devices. there incompatibilities snakeyaml , java7 (nio) features.

i'm not aware of other tool.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -