Dum4G / screenrecorder

Android app to record screen using native API and without root

Home Page:https://orpheusdroid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScreenRecorder Build Status

App Icon

Requires Lollipop and above (SDK 21+)

Google Play

Building the app

Make a copy of the repository

Make sure to have Git installed and clone the repo using

git clone https://github.com/vijai1996/screenrecorder

Building the apk

Building apk is possible in 3 ways

1.a. Building debug apk using commandline

Switch to project root directory and run

gradlew.bat assembleDebug

1.b. Building release apk using commandline

Switch to project root directory and make sure to edit app module's build.gradle to include signing key information and run

gradlew.bat assembleRelease

2. Building using AndroidStudio

Open Android Studio -> File -> Import Project -> Choose the cloned project folder and continue with the on-screen instructions

Contributions

Any contribution to the app is welcome in the form of pull requests.

Authors

License

This project is licensed under the GNU AGPLv3 - see the LICENSE file for details

About

Android app to record screen using native API and without root

https://orpheusdroid.com

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%