Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Project detected in Cordova project

I have created a cordova project in Command Line ,I have added android platform. When run "cordova prepare android" or "cordova build android".

I get the following message "Android Studio project Detected" and build is not getting started, what will be the Issue kindly Help.

Cordova version : 8.0.0

like image 560
Gideyon Samuel Avatar asked Dec 05 '22 12:12

Gideyon Samuel


1 Answers

I had the same problem. you can run $ cordova requirements into your folder project to see the dependencies and solve them.

like image 67
arxzel Avatar answered Dec 21 '22 11:12

arxzel