Android memory stress tool for developers and testers
This project uses AndroidStudio and Gradle, the project is in a folder called RamEaterAndroidStudio
You will need to download AndroidStudio from here
http://developer.android.com/sdk/index.html
gradlew assembleDebug
Or use android studio
build
The release build needs the signing key and credentials if you don't have it you cannot build a release
This does a assembleRelease
and a clean
as well as copying the APK to the support folder
gradle.properties
override JAVA_HOME
to use the embedded Android Studio JDK, it needs to be 17+
There is a release archive in the AndroidSupport
folder in this repo.