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
Post a Comment