Need help with apk multi tool

Androhacks_

Member
90
03/29/16
13
Thread Author
Well, I read @stelau4 's .net reflector tutorial and decided to try modding some games. But the problem is when I try to compile the APK (using option 18/ or option 12) I get a weird error and I can't figure out what the problem is.

I tried redownloading apkmutitool, but this problem is still here.

Here's a video showing the problem in action:


Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:258)
at brut.androlib.Androlib.build(Androlib.java:270)
at brut.androlib.Androlib.build(Androlib.java:263)
at brut.apktool.Main.cmdBuild(Main.java:224)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:105)
at brut.androlib.Androlib.readMetaFile(Androlib.java:254)
... 4 more
Picked up _JAVA_OPTIONS: -Xmx1024m
 
I have no idea how to interpret that error, but is the apktool folder placed under the C drive and did you run the setup first and install the framework?
The folder is on my desktop, so yes its under C but i dont think i installed the framework, that might be the problem.... do you know which framewirk im supposed to install? I remember trying to pull dependencies from my device but it wouldnt connect to my phone.
 
Yes i did. It said to nake sure the apk was placed in the "other" folder, which it was.
 
GSukAoD.jpg

As you can see, it says it installed it.
 
Use APK Multi Tools . Exe Vs Script Its More Handy Try Google It Or Goto XDA Forums Ver. 3 . 5 . 9
 
watch your folder length...best to put any tools as close to root folder and with short folder name
 
watch your folder length...best to put any tools as close to root folder and with short folder name

Thanks for the suggestion. I've made the decision of not using apkmultitool since i don't need to decompile the .apk to get to the .dll or .so. As Stelau4 said, you only really need to decompile if dealing with modding smali or whatever, so I just use it to sign stuff.
 
Back
Top Bottom