How to convert HTML file to .APK HELP 😨 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to convert HTML file to .APK HELP 😨

I made an app in HTML, CSS, JS. I want to convert this application to .apk because I want to upload it to Google Play. (I've got developer account) I use some converters but only one works and convert this file to bad version of .apk. 💡 Can somebody explain me how and where convert this file (wich can be use in Google Play)

21st Dec 2018, 6:57 AM
Better
Better - avatar
6 Answers
+ 12
You can use Apache Cordova, it's a good to create a native applications.
27th Dec 2018, 12:43 PM
program
program - avatar
+ 6
I think this is what you are looking for https://www.sololearn.com/learn/1439/?ref=app
21st Dec 2018, 10:06 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 6
Aditya Khandelwal I use Phone Gap but it doesn't working. Today I will use new app.
21st Dec 2018, 11:37 AM
Better
Better - avatar
+ 5
Thanks :D
21st Dec 2018, 2:33 PM
Better
Better - avatar
+ 4
Ok Thanks RoboCybernetic
22nd Dec 2018, 3:22 PM
Better
Better - avatar
+ 1
Create a new project in Android Studio using WebView. Then build apk. Then upload in Playstore. But remember, you obtain a native Android apk, but not a native Android OS app using HTML instead of Java and XML. A better solution is to build an hybrid Android App using Apache-Cordova framework or similar.
21st Dec 2018, 10:02 PM
RoboCybernetic
RoboCybernetic - avatar