How to convert html file into apk | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to convert html file into apk

I have a good knowledge and practice of javascript. I want to publish a game but the problem is that a html file cannot be shared. I want to ask how can i convert my html code into apk.Please tell a secure and free way to do this

21st Oct 2020, 7:14 AM
Raghu Rao
Raghu Rao - avatar
11 Answers
21st Oct 2020, 7:25 AM
Oma Falk
Oma Falk - avatar
+ 5
You can't convert HTML to android package(apk) like image(jpg => png) but you need to look at 👀 " app development with javascript" https://www.sololearn.com/discuss/815244/?ref=app https://www.sololearn.com/discuss/2136138/?ref=app https://www.sololearn.com/discuss/1769303/?ref=app https://www.sololearn.com/discuss/2471175/?ref=app https://www.sololearn.com/discuss/1507286/?ref=app if you can even it won't be functional app
21st Oct 2020, 7:26 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 5
Raghu Rao I know what @frogged says, he say "downloading webview lib in Android studio and putting js and HTML " but it is not easy as image you need to download android sdk, android studio, there is also many java library you need it to run the webview as Martin Taylor mentioned it
22nd Oct 2020, 4:32 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 1
Raghu Rao if you know reactjs then learn react native. Then you will be able to convert your react native project to apk. If you don't know reactjs or new to javascript. Use service worker and make it a progressive web app. You can host your game on netlify or GitHub. After hosting on netlify or GitHub your game will be live on internet. Now, you can share link provided netlify or GitHub to share your game. Don't forget to use webpack. So, that others can not do reverse engineering on your game.
21st Oct 2020, 12:29 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
So what can I do to publish my game on playstore. I mean should I change the language to C# and start unity
22nd Oct 2020, 4:48 AM
Raghu Rao
Raghu Rao - avatar
+ 1
Or stay with js only
22nd Oct 2020, 4:48 AM
Raghu Rao
Raghu Rao - avatar
+ 1
There Are 2 Methods: 1) In Android Studio (FREE): https://youtu.be/CjiSaGWvsEU 2) MIT App Inventor (FREE): i) Upload The App Files to A Web Hosting Server: https://www.youtube.com/results?search_query=free+html+web+hosting ii) Then See This Tutorial: https://youtu.be/TesEcpLeC3g iii) Build The Apk, Enjoy! Note: Second Method Needs Internet Connection! Hope It Will Help...
1st Aug 2021, 12:48 PM
Sancho Godinho
Sancho Godinho - avatar
0
Ananiya Jemberu I think your answer is completely wrong Check the answer of Frogged
22nd Oct 2020, 2:59 AM
Raghu Rao
Raghu Rao - avatar
0
Thanks alot Martin Taylor
24th Oct 2020, 4:18 PM
Raghu Rao
Raghu Rao - avatar
0
var skipAd = document.getElementById('skip_button'); skipAd.click();
27th Dec 2022, 11:14 PM
الجزائري للتقنية
الجزائري للتقنية - avatar
5th Sep 2023, 9:40 AM
Piyush Das
Piyush Das - avatar