1
I developed a fully responsive site where has been tested on several mobile phones, but I would like to generate an APK to publish in the Google Store.
This application would be nothing more than "a shortcut", when clicking on it open the internet with the URL, I was able to use the WebView
, but I cannot remove the MainActivity
blank.
I used some APK generating applications, but the subscription is not cool and makes it difficult to search in the Play Store, so I chose to generate the same native APK.
If anyone can help me or have another idea I’d be very grateful.
Why not create an html page with an iframe pointing to your page and then package with Cordova!
– mcamara
I’m beginner in mobile development, I hadn’t thought about it, I was half lost, thank you very much friend, helped a lot
– Italo Rocha
I already went through exactly put this situation and not to have all the work of creating an Android project and other Ios did it packaging with Cordova, it worked quiet!
– mcamara
Ahhhhh a tip, look for Phonegap Build
– mcamara
See if this question or this other one here can help you.
– Randrade