From cfc7944af6d3f652dd57d7dce1858274a29473d8 Mon Sep 17 00:00:00 2001 From: Peter Hindes Date: Mon, 14 Oct 2019 15:14:46 -0600 Subject: [PATCH] Updated Building (markdown) --- Building.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Building.md b/Building.md index 073c3aa..f77f3ab 100644 --- a/Building.md +++ b/Building.md @@ -3,6 +3,14 @@ The NewPipe App can be built using [Android Studio](https://developer.android.co Once you have Android Studio, fork the repo if you want to submit your changes, then clone the source. Once its done downloading, go ahead and open it with Android Studio. You can now run it over adb, or build a dev-signed apk. (Step By Step Coming Soon) in the mean-time search google for a how to on these fairly generic steps. +## Install Your Build + +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 +4. Import the data from step 1 via "Settings>Content>Import Database" + + # Fix A Problem! (Coming Soon)