Skip to content

besaoct/web2apk

Repository files navigation

Demo apk : https://github.com/blackipie/web2apk/raw/main/app/release/app-release.apk

website_to_Apk

Convert Your Website to Apk using Android Studio


INSTALLATION:

A. Create and open a folder and then open it with terminal.

B. Write this command and hit enter :

git clone https://github.com/blackipie/web2apk.git

Screenshot (52)

C. Open your Android Studio and Click "Open an Existing Project"

Screenshot (49)

D. Select the folder you opened with terminal.

Screenshot (50)


ADD YOUR WEBSITE URL:

A. Goto " app > java > com.app.apk > MainActivity "

B. Find the line "mywebView.loadUrl("https://google.com");"

Screenshot (48)

C. Replace both the "https://google.com" with your website url.


CHANGE APP NAME :

A. Goto " app > res > values > strings.xml "

Screenshot (44)

B. Change "Apk" to your App name


CREATE YOUR APP LOGO:

A. Goto " app > res > drawable "

B. Right click on "drawable" > new > Image Asset

C. Click on "Image Asset"

Screenshot (45)

D. Now You can change your app logo's foreground and background layer

Screenshot (46)

E. After that click on Next and Finish it.


NOW RUN IT



HOW TO CREATE APK FILE OR RELEASE YOUR APP

A. Do the same as shown in image below and Click on "Generate signed bundle/Apk.."

Screenshot (53)

B. Select "Apk" and Click Next

Screenshot (54)

C. Click Create New

Screenshot (55)

D. Now Key Store Path: (the path where you cloned website_to_Apk )

E. Select "website_to_Apk" and Write Filename as "Apk" and then click "OK"

Screenshot (56)

D. Enter your own password and fill in the blanks and then Click "OK"

Screenshot (57)

E. Click Next

Screenshot (58)

F. Select "release" , Check both the signature versions and then click "Finish"

Screenshot (59)

G. Click on "locate" as shown in the image

Screenshot (60)

H. Open "release folder"

Screenshot (61)

I. There is an Apk file named "app_release"

Screenshot (62)


  1. You have successfully generated Apk.

  2. Send the Apk file named "app_release" to your device and install it.



Done ! ☺

About

Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages