Search code examples
androidapk-expansion-files

Exception when try to execute jobb command


I've just update my Android SDK Tools to rev. 22.6 and I experimented this strange error when I try to create obb file (Android APK Expansion Files)

when executing in shell:

jobb

(yes, jast "joob") I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: de/waldheinz/fs/BlockDevice
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
    at java.lang.Class.getMethod0(Class.java:2774)
    at java.lang.Class.getMethod(Class.java:1663)
    at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException: de.waldheinz.fs.BlockDevice
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 6 more

with rev. 22.5 works well. Tried on Ubuntu and Windows8

Anyone can help me?


Solution

  • New revision 22.6.1 solve the problem.

    Thanks to Ren and darrenp for good tempornay workaround.