AIDE is an integrated development environment (IDE) for real Android Applications directly on Android devices. These mods works better than the original AIDE.
Features:
- Custom save path for maven dependencies
- DX, DEX v29.0.2
- ApkSigner SHA-256
- š”Resource encryption
- Disable ADRT debugging in settings
- Added new templates
- Autocomplete logins and passwords(by Maximoff )
- Re theme factor(by Mr Ikso )
- Premium
- aapt binary 29
- aapt-obf binary 29(mod)
- android.jar 33
- Russian interface
- Chinese interface
- Web unlocked
- š”ProGuard 6.0.3
- Lessons cut
- Examples cut code
- Changed templates
- arm64 , x86, armeabi-v7a, x86_64 (Build mips, mips64 and armeabi is not supported since ndk-r17)
- Disabled auto-rotation
Download:
Credits:
- timscriptov
Download:
Credits:
- Editt-CMODs/CoRinga Modz
- ndk_arm64.tar.gz - NDK for 64-bit/ARM64 phones
- ndk_arm.tar.gz - NDK for 32-bit/ARMv7 phones
Now let's begin
Firstly, make sure you know your phone's hardware, and download correct NDK file coresponding to your phone's CPU architecture. ndk_arm.tar.gz for 32-bit/ARMv7 phones, ndk_arm64.tar.gz for 64-bit/ARM64 phones. Installing incorrect version will cause problems
Now install NDK support for modded AIDE. Click on 3 dots on the right-corner. Click More... - Settings
Go to Build & Run, and click on Manage native code support.
A prompt will ask to input the path of NDK file.
If you use X-plore, you can show details of the file and copy file path easly.
Paste it in the prompt box.
Click install and wait
After installiation, you can now use AIDE with NDK support
On the main screen, it says No open files. We simply click on No open files to show file explorer. Navigate to the directory of the project and open app folder
An option Open Android app Project will appear. Click on it to open
Now that the file explorer will look like this, means the project has been opened
Press play to compile the project
If successful, it will ask you to install the APK. It may ask you to allow installation from unknown sources. Please allow when asked
Run the app
Problem with the project like app crashes: click More... -> Project -> Refresh Build. This will clear the project cache and fix problems
Problem with AIDE: Open System Settings -> Apps and clear data of AIDE app. This will reset everything and you need to install NDK again
AIDE has a lot of compatibility issues, you need to research a lot and do some trial and errors until you fix something.