Skip to content Skip to sidebar Skip to footer

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,

https://social.msdn.microsoft.com/Forums/vstudio/en-US/a894d640-113a-4a47-9686-4d9ef50755c8/need-help-with-error-on-apache-cordova-with-visual-studio-andriod-development-?forum=ToolsForApacheCordova

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"