Translate

Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Monday, October 8, 2012

APK for Java? Yes, it is possible

Who is the user of a device with Android, you know how easy it is to install any application. The Android market simplifies the whole process and QR codes also came to lend a hand. For those unaware, the package distribution and installation of an application for Android has the extension. Apk (Android Package). To create a apk is necessary to compile the source code of an application, which may consist of multiple files / modules, after which all parties are "bundled" into a single file.
Recently we developed a tool to reverse engineer that is able to decompile the code of a APKna Java programming language.
java_00