From d34aa22294992a6d68d3b14327b5c1b13433c1de Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:56:55 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c1f7ff2..f59c8be 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,13 @@ Android SDK (Software Development Kit) contains the required libraries and tools ## Building APK -1. Clone [this](https://github.com/sairajzero/AndroidHttpArch) github repo -``` -git clone https://github.com/sairajzero/AndroidHttpArch.git -``` +1. Clone/Download this github repo 2. Copy any webpage files (html, js, css, svg, images, etc) of your project to the `asset` folder (path: `AndroidHttpArch/app/src/main/assets/`) - AndroidHttpArch - app - src - main - assets -``` -cp path-to-your-project/* AndroidHttpArch/app/src/main/assets -``` 3. Open `AndroidHttpArch` folder in Android Studio - In Android Studio menubar: Click `File` -> `Open`. Navigate and select `AndroidHttpArch` folder. Click `Ok`. 4. Edit port and home page in `MainActivity.java`. (path: `AndroidHttpArch/app/src/main/java/com/ranchimall/androidhttparch/MainActivity.java`)