Hello. I using all the tutorials I can find to create my first phonegap androidd apk file. I am using the default phonegap app created by "phonegap create test com.cyberwurks.test Test. I am using phonegap version 5.3.9 on windows xp pro. To the best of my knowledge, I have all the required software packages, environment variables and paths installed. My problem comed when I execute phonegap build android .
The results are as follows:
executing "cordova platform add --save android"
completed "cordova platofrm add --save android"
executing "cordova build android"
completed "cordova build android"
Appears to complete successfully. The only problem is no apk file is created. I also tried substituting "target" for "build" and the addition of the parameter "-device= xxxxxxxxxx". Neither made a difference. Of course, I have my SGS6 edge connected to my PC when performing the above. I assumed this may be a setup error but I have checked and double checked all.
Any help will be appreciated