Generate APK with Android Studio - Forum

Forum Navigation
You need to log in to create posts and topics.

Generate APK with Android Studio

Hi friends,

i like to know how it's possible to create VisualNEO Web apk file in android studio and not phonegap build.

if anyone have a noob friendly guide please let me know!

 

i made my APK with phonegap build and created keystore with keystore explorer software but markets like google play wont accept it because when user want to install the app it gives error "blocked by play protect" because software developer is unknown. i don't know how to fix this problem.

 

Thanks.

Hi @noizen, as a proof of concept I published this app in the Google Play Store. The .apk was made from a PWA using pwabuilder.com. Also @asmat has experience publishing from PhoneGap. His application is published here.

Regards.

noyzen has reacted to this post.
noyzen

thank you, i'm trying to publish mine also. i will let you know...

i have problem with "blocked by google play" error, using phonegap build.

google play need 25$ which i can't pay now so im using an Iranian market called "cafe bazar" which is 3$ and accept our currency.

i also install yor app right now

hi @noyzen

cafe bazar is free for all :)

but , this This store also does not support software made with phonegap

i found error about  SDK !

 

من حس میکنم شما فارسی متوجه میشوی

دوست عزیز : کافه بازار هم برنامه های ایجاد شده توسط نئووب و فون گپ را پشتیبانی نمیکند

من قبلا آن را تست کردم

خطای sdk

noyzen has reacted to this post.
noyzen

Yea lot of Persian users in VisualNEO forum :)

so what's the solution? if you read my first post i was asking about a guide to create VisualNEO APK with android studio.

do you know anyway to do so? @luishp has published app on google play.

i want to make an standard APK so i can publish on cafe bazar or google play.

Thank you

YASIN has reacted to this post.
YASIN

What is the best way to make apps store like the Play Store..?

He realizado un APK con Android Studio, debes instalar el mismo completo (incluye el emulador) y despues utilizar la consola de comandos. En el foro hay un video de cómo hacer el proceso.

Lamentablemente yo no he podido hacer funcionar PWABuilder ya que mi app esta en un subdominio y cuando me compila el APK lo hace sobre el dominio pese a que le indico lo contrario, no sé si estoy cometiendo un error o el sistema aún está con errores.

Por otro lado Android Studio si que funciona bien. El 100% de los APK compilados funcionaron muy bien.

Lamentablemente yo no he podido hacer funcionar PWABuilder ya que mi app esta en un subdominio y cuando me compila el APK lo hace sobre el dominio pese a que le indico lo contrario, no sé si estoy cometiendo un error o el sistema aún está con errores.

@palamar, yo he publicado una .apk en Google Play que se encuentra instalada en un subdominio sin mayor problema:

En Web: https://analogclock.visualneo.com
En Google Play: https://play.google.com/store/apps/details?id=com.vnclock.twa&gl=ES

En una subcarpeta si que habría que editar mínimamente el archivo manifest.json.

Saludos.

Quote from luishp on December 2, 2020, 8:38 pm

Lamentablemente yo no he podido hacer funcionar PWABuilder ya que mi app esta en un subdominio y cuando me compila el APK lo hace sobre el dominio pese a que le indico lo contrario, no sé si estoy cometiendo un error o el sistema aún está con errores.

@palamar, yo he publicado una .apk en Google Play que se encuentra instalada en un subdominio sin mayor problema:

En Web: https://analogclock.visualneo.com
En Google Play: https://play.google.com/store/apps/details?id=com.vnclock.twa&gl=ES

En una subcarpeta si que habría que editar mínimamente el archivo manifest.json.

Saludos.

He solucionado este problema @luishp, el tema esta en que antes de crearlo PWABuilder coloca la dirección raíz de la app de forma errónea, lo he probado varias veces y se ve que es una confusión que se genera cuando la app esta en una sub carpeta. Muchas Gracias, estoy con el otro problema ahora (el otro post). Veremos si cuando pase esto hago dos videos incluyendo ambas formas de crear un APK con VisualNeoWeb.

ragman has reacted to this post.
ragman

Exácto @palamar, en una subcarpeta no en un subdominio. En el primer caso hay que modificar el valor scope en el archivo manifest.json para que coincida con el nombre de la subcarpeta:

"scope": "/subcarpeta/"

Con esto sería suficiente.

 

 

Sí, entiendo cuando dije subdominio me refería a ambos, de todas maneras con el subdominio también tuve problemas, pero lo solucioné modificando el manifiest.json también. Ya te digo, voy a ver de realizar un tutorial sobre esto, me parece importante, una vez que solucione el tema de la barra del navegador claro.

Gracias!