Top 13 Java Apk Projects
-
You can use apktool https://ibotpeaches.github.io/Apktool/ to decompile an apk into code, that can then be modified, and recompiled
-
bytecode-viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Project mention: Stack Overflow Developer Survey: 54% of Respondents Dread Java? | reddit.com/r/java | 2022-06-25If you're curious what anything (Lombok or otherwise) compiles to, JVM bytecode is much simpler than the kinds C/C++ compiles to. It's fairly readable even with the JDK disassembler javap. There are also various community disassemblers and decompilers that provide nicer output than javap. I use https://github.com/Konloch/bytecode-viewer, which is a GUI frontend for several. If one decompiler doesn't handle a class well, another usually does.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
Project mention: google/android-classyshark - Android and Java bytecode viewer | reddit.com/r/GithubSecurityTools | 2021-09-11
-
-
Project mention: The Uphill Battle to the Vineyard of VR - The Forces of Facebook on the Arch Trail (help) | reddit.com/r/virtualreality | 2022-08-07
As for spyware, I sideloaded "Oculess" ( https://github.com/basti564/Oculess ) on the Quest, it disables telemetry and the need for an account. If you don't have it already, I highly recommend it! :p
-
PiracyChecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Project mention: Is there a way to prevent users from installing a ripped version of the apk? | reddit.com/r/androiddev | 2021-11-10There's a library implementing most of the possible ways to protect an app https://github.com/javiersantos/PiracyChecker
-
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Project mention: Guida: rendere incollabili le password nelle app delle Poste | reddit.com/r/ItalyInformatica | 2021-12-12Prerequisiti: Apktool, uber apk signer, la shell bash.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
AndroRAT
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
I guess this is what OP is trying to do https://github.com/karma9874/AndroRAT
-
apk-dependency-graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Project mention: Is there a library that can generate a dependency graph for you? | reddit.com/r/androiddev | 2021-12-08I decided to use this: https://github.com/alexzaitsev/apk-dependency-graph
-
Project mention: How is the status of QT6 for cross platform mobile development? | reddit.com/r/QtFramework | 2021-09-18
You can do it! But some of particular feature you need to use native language like Java for Android and swift for iOS... For example https://github.com/FalsinSoft/QtAndroidTools helps you to include many feature for android!
-
Uber Adb Tools for Android
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
-
-
Java Apk related posts
- The Uphill Battle to the Vineyard of VR - The Forces of Facebook on the Arch Trail (help)
- Build apps on termux. With and without gradle. its awesome.
- How do people make mod apk games?
- Audio background on Oculess not working
- How does SpotiFlyer work?
- how to modify tiktok app
- St0rmApk - Reposted Cracks & Telemetry Misinformation Warning
Index
What are some of the best open-source Apk projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | Apktool | 14,583 |
2 | bytecode-viewer | 13,175 |
3 | android-classyshark | 7,114 |
4 | YalpStore | 2,151 |
5 | Oculess | 1,489 |
6 | PiracyChecker | 1,465 |
7 | Uber Apk Signer | 1,098 |
8 | AndroRAT | 1,079 |
9 | apk-dependency-graph | 719 |
10 | QtAndroidTools | 195 |
11 | Uber Adb Tools for Android | 126 |
12 | appteka-android | 47 |
13 | GetPerms | 10 |
Are you hiring? Post a new remote job listing for free.