dependant fframework installing with apktool is just like this :okay im lost when you say i need to install the dependencies how do i it... how do i and do i decompile lidroid-res?? and edit the apktool.yml of the lidroid-res??? adn edit the 2,3,4 ??? how do i do it
apktool if framework-res.apk
apktool if twframework-res.apk
apktool if SystemUI.apk
for editting apktool.yml for lidroid you just need dummy apks.
for example 2.apk 3.apk and 4.apk
and run apktool if on the apks
then you edit apktool. yml like this :
Code:
version: 1.4.5
apkFileName: alliance-res.apk
isFrameworkApk: true
usesFramework:
ids:
- 1
- 2
- 3
- 4