I am trying to implement Google Cloud Messaging for Android (GCM) by following the demo
But i am unable to execute some command like $ ant war,$ android update project --name GCMDemo -p . --target android-16.
I am using wamp server and targetting Android 8+
Any help would be highly appreciated
If you want to execute
$ant warcommand:ant warcommand into Windows command line (prompt).After
ant warcommand.warfile will be created..warfile on tomcat server for example. (create Java EE project, then download and install tomcat server, configurate paths, and run your project on tomcat server…)