Hello!
I am creating Android Game using construct and cordova , the first app is generated (apk file) correctly without problems, but when I try another app (the same one but different name, I keep getting this problem while using Cordova
The error I get when typing this code in Command prompt
cordova build --release --device android
How can I solve it ? Thanks in advance
i don't think this is the correct section to discuss this..
anyway..
on building apk from Cordova CLI, usually i follow this process:
1) cordova create PROJECTNAME
2) cordova platform add android
3) "cordova build android" (or "cordova build android --release" with signing apk process)
NB between points 1&2 i export my game and copy content in PROJECTNAME folder, but i use a particular method to export that i can describe easily