Exemplo n.º 1
0
 public File getAndroidResourcesFile() throws AndrolibException {
   try {
     return Jar.getResourceAsFile("/brut/androlib/android-framework.jar");
   } catch (BrutException ex) {
     throw new AndrolibException(ex);
   }
 }