I use create a new cordova application and run cordova platform add android
, then I run cordova build
without modifying the original content. And I got this :
BUILD SUCCESSFUL in 37s
1 actionable task: 1 up-to-date
Subproject Path: CordovaLib
Subproject Path: app
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
BUILD SUCCESSFUL in 1m 50s
50 actionable tasks: 50 up-to-date
Built the following apk(s):
D:projects1com.test.newplatformsandroidappbuildoutputsapkdebugapp-debug.apk
But when I open this with Android studio, it says app-debug.apk is unsupported binary file
I want to compile it and install it
New contributor
user25434225 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.