+ 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)
8 Answers
+ 12
You can use Apache Cordova, it's a good to create a native applications.
+ 6
I think this is what you are looking for
https://www.sololearn.com/learn/1439/?ref=app
+ 6
Aditya Khandelwal I use Phone Gap but it doesn't working. Today I will use new app.
+ 5
Thanks :D
+ 4
Ok Thanks RoboCybernetic
+ 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.