fjellandermedia commented on issue #1078:
URL: 
https://github.com/apache/cordova-android/issues/1078#issuecomment-717922282


   Cordova Packages:
   
       cli: 10.0.0
           common: 4.0.2
           create: 3.0.0
           lib: 10.0.0
               common: 4.0.2
               fetch: 3.0.0
               serve: 4.0.0
   
   Project Installed Platforms:
   
       android: 9.0.0
   
   Project Installed Plugins:
   
   
   Environment:
   
       OS: macOS Catalina 10.15.7 (19H2) (darwin 19.6.0) x64
       Node: v12.13.0
       npm: 6.14.8
   
   android Environment:
   
       android:
   ERROR: Command failed with ENOENT: android list target
   spawn android ENOENT
   
   
   Project Setting Files:
   
       config.xml:
   <?xml version='1.0' encoding='utf-8'?>
   <widget id="se.fjellandermedia.test" version="1.0.0" 
xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
       <name>TestApp</name>
       <description>
           A sample Apache Cordova application that responds to the deviceready 
event.
       </description>
       <author email="[email protected]" href="http://cordova.io";>
           Apache Cordova Team
       </author>
       <content src="index.html" />
       <access origin="*" />
       <allow-intent href="http://*/*"; />
       <allow-intent href="https://*/*"; />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*"; />
       <allow-intent href="geo:*" />
       <platform name="android">
           <allow-intent href="market:*" />
       </platform>
       <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
       </platform>
   </widget>
   
       package.json:
   --- Start of Cordova JSON Snippet ---
   {
     "plugins": {},
     "platforms": [
       "android"
     ]
   }
   --- End of Cordova JSON Snippet ---


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to