Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 694 Bytes

BUILD.md

File metadata and controls

16 lines (9 loc) · 694 Bytes

Building Orbot

Please install the following prerequisites (instructions for each follows):

Now build the Android app using Android Studio/gradle

This will produce an unsigned Orbot package APK.

Signing

To produce a usable package, you'll need to sign the .apk. The basics on signing can be found on the Android developer site:

http://developer.android.com/guide/publishing/app-signing.html