Code Monkey home page Code Monkey logo

apk-decompiler's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

apk-decompiler's Issues

When the device is not found, the program hangs there and does nothing

qq 20171017110457
I think the problem is from here.
if (result.toString().contains("error: no devices found")) { Logger.error("No devices found. Do you have any connected?"); done = true; }
I found the result is always "error: no devices/emulators found" when debug it. The string doesn't contain "error: devices found", so the boolean value "done" is always false. The outer cycle will never break.
Sorry for my poor English, I hope you can understand.

Zip output

Base folder should contain contents of /apktool/, the classes/ folder should be at the root. In otherwords, .zip should contain:

/
/AndroidManfiest.xml
/res/...
/classes/...

etc.

No matches results in stacktrace

Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.danwatling.apkdecompiler.steps.FetchApk.run(FetchApk.java:44)
at com.danwatling.apkdecompiler.steps.DecompileApk.run(DecompileApk.java:29)
at com.danwatling.apkdecompiler.Main.main(Main.java:16)


Output should be a little more user-friendly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.