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:

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"