Updated Building (markdown)

Peter Hindes 2019-10-14 17:26:00 -06:00
parent e5c9af86af
commit d605259848
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ The NewPipe App can be built using [Android Studio](https://developer.android.co
Once you have installed Android Studio, either fork the repo ([main repo](https://github.com/TeamNewPipe/NewPipe)) if you want to submit your changes as a pull-request later and then clone your fork, or if you just want to read the source, clone the [main repo](https://github.com/TeamNewPipe/NewPipe). Once its done downloading, go ahead and open it with Android Studio. You can now run it over adb <img src="https://i.imgur.com/3m0T2dS.png" alt="Using The Run Bar In the Top Right" height="20" />, or [build a dev-signed apk](https://stackoverflow.com/a/16709979/4463923). If you get stuck, don't be afraid to take the opportunity to learn some google-fu, and if you are truly stuck, ask for help on Stack Overflow or from one of the contributors.
## Install Your Build
Due to security restrictions on most versions of android, development releases cant be flashed over officialy signed installs. As such to install your new build, you will need to uninstall NewPipe first. But don't worry you wont lose your subscriptions or saved playlists! Just follow these simple steps to export your data from the app, a handy little feature created by [Github User Here].
1. Back up your data via "Settings>Content>Export Database" so you keep your history, subscriptions, and playlists
2. Uninstall NewPipe
3. Download the APK from the new source and install it OR Run from Android Studio