Apache cordova setting in visual studio

184 Views Asked by At

I want to make a blank App (Apache cordova) in Visual Studio, but it is showing the following errors in the ActivityLog.xml

SetSite failed for package [ApacheCordovaToolsPackage]

End package load [ApacheCordovaToolsPackage]

1

There are 1 best solutions below

0
On

Try first closing Visual Studio, then clear or rename your ComponentModelCache folder in the path %LOCALAPPDATA%\Microsoft\VisualStudio\12.0 (14.0 for Visual Studio 2015) and restart Visual Studio. Then, create a Blank App (Apache Cordova) project again.