Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 811 Bytes

RamEater

Android memory stress tool for developers and testers

AndroidStudio

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

Building

gradlew assembleDebug

Or use android studio

Building for release

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+

Prebuild APKs

There is a release archive in the AndroidSupport folder in this repo.