Need Clarification On Error Android Development With Visual Studio
I am trying to learn more about developing apps on Android by following this guide. When I attempt to run the blank Cordova project I get an error, regardless if I turn deploy ON o
Solution 1:
Recently I also faced this issue.
As per suggestion from the following thread,
I reinstalled Cordova tools and problem is solved.
Solution 2:
I recently came across the same problem. Through command lines bellow I discovered that the configuration of one plugin was wrong
cordova clean android
and
cordova build android
I hope to help someone in the same situation.
Post a Comment for "Need Clarification On Error Android Development With Visual Studio"