PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM 22] Can't generate apk AppCompat error
[WM 22] Can't generate apk AppCompat error
Iniciado por guest, 27,nov. 2017 16:28 - 3 respuestas
Publicado el 27,noviembre 2017 - 16:28
Recently I'm having a problem with this thing, from one apk generation to another it stopped working and it's throwing this error:

No resource found that matches the given name (at 'theme' with value '@style/Theme.AppCompat.Light.NoActionBar.Translucent')

don't even know where to start to fix this. Any help?
Publicado el 27,noviembre 2017 - 16:50
Try deleting this map, it holds some kind of intermediate files used during compilation

c:\Users\yourname\AppData\Local\Temp\FRMK_Android_22.0.279.0US\
Publicado el 27,noviembre 2017 - 17:13
Thanks! I'll try this. I uninstalled Windev Mobile, Installed it again and it's currently downloading the gradle and android sdk, I'll try this when it's finished.
Publicado el 27,noviembre 2017 - 17:25
Thanks a lot! It worked!