Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
R4Ck
Old
#1  
Senior Member - OP
Thanks Meter 16
Posts: 122
Join Date: Aug 2011
Location: Brasília
Default [Q] Java update compile error

Hi, sorry for create this thread, but, since i updated the jdk, to 7u4, i'm receiving the error when i compile ANY apk:

Code:
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
        at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
        at brut.androlib.Androlib.build(Androlib.java:159)
        at brut.androlib.Androlib.build(Androlib.java:154)
        at brut.apktool.Main.cmdBuild(Main.java:182)
        at brut.apktool.Main.main(Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
        at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:
103)
        at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
        ... 4 more
I tried to uninstall the java and reinstall an older version, but the error didn't disapear


Srry for my bad english
Noob Here
 
Shaaan
Old
#2  
Shaaan's Avatar
Recognized Contributor / Recognized Developer
Thanks Meter 3323
Posts: 2,157
Join Date: May 2011
Location: Mumbai

 
DONATE TO ME
Jdk v7 never works.. You need to use jdk v6 only.
Remove jdk v7. Remove apktool. Restart pc. Reinstall everything.

TeamCooper Developer
TheMyth Developer



STARTER'S GUIDE
Like my work ? Press the donate button.!

The Following User Says Thank You to Shaaan For This Useful Post: [ Click to Expand ]
 
R4Ck
Old
#3  
Senior Member - OP
Thanks Meter 16
Posts: 122
Join Date: Aug 2011
Location: Brasília
Quote:
Originally Posted by shaaan View Post
Jdk v7 never works.. You need to use jdk v6 only.
Remove jdk v7. Remove apktool. Restart pc. Reinstall everything.

TeamCooper Developer
TheMyth Developer
Okay, thanks, i will try
Noob Here
 
Post Reply+
Tags
java update; error compile
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...