0

I recently upgraded to Multi Device Hybrid App CTP3 (from CTP2) surprisingly the output for android configuration is always CordovaApp.apk, I couldn't find anywhere to change the name of app. (It exists in every time generated AndroidManifest.cordova.xml file)

Reza
  • 18,865
  • 13
  • 88
  • 163

1 Answers1

0

Currently you cannot set output apk file name in VS. Visual Studio calls Cordova CLI to build the package and it generates the apk with CordovaApp.apk, Visual Studio does not pass apk name.

Abhishek - MSFT
  • 1,598
  • 11
  • 17
  • But in CTP2 the name of output apk was the project name if you would have renamed the project name the output would renamed consequently. I think this is a bug in CTP3 – Reza Jan 14 '15 at 06:59