/RamEater

Memory stress tool for Android developers

Primary LanguageJavaOtherNOASSERTION

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

gradlew assembleRelease

The release build needs the signing key and credentials if you don't have it you cannot build a relase

Prebuild APKs

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