This is a migrated thread and some comments may be shown as answers.

AppBuilder extension in VS 2015

4 Answers 134 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Per Lindsø
Top achievements
Rank 2
Per Lindsø asked on 21 Jul 2015, 10:05 AM
After upgrading from VS2015 preview to VS2015 RTM my Appbuilder extension stopped working. Should the latest version of the extension work with the final release of VS2015?

4 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 22 Jul 2015, 01:48 PM
Hello lindsoe,

Thank you for contacting us about the issue. We have already investigated the faulty behavior and I am happy to say that our development team found a solution for it. The good news is that we will introduce a fix with the upcoming AppBuilder 2.11 release, next week. However, if you want to use our product inside Visual Studio 2015 right away, you can apply the necessary changes on your side manually. Here are the steps, you will need to perform:
​1. Close any opened Visual Studio instances.
2. In File Explorer, locate the folder of the AppBuilder extension for Visual Studio 2015. Normally, the path should be something like: %localappdata%\Microsoft\VisualStudio\14.0\Extensions\hoq0t24t.vb5\. The folder in yellow (hoq0t24t.vb5) is different each time and you will have to search for the one that contains the AppBuilder extension on your computer (search for Telerik.BlackDragon files).
3. Once in that folder, you have to delete the following file: Microsoft.Windows.Design.Host.dll
4. Open Visual Studio 2015 and see if AppBuilder will load as expected.

If the above doesn't help, please re-install the AppBuilder Extension for Visual Studio and go through the steps again. Please, let me know if you will require further assistance.

Regards,
Kaloyan
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Per Lindsø
Top achievements
Rank 2
answered on 22 Jul 2015, 08:39 PM
Thanks for the solution. It works.
0
test
Top achievements
Rank 1
answered on 06 Aug 2015, 09:20 AM

i have an error in visual studio community 2015 app builder return error for android when build for cloud to generate qr code

help me please............

error like this

 

SeverityCodeDescriptionProjectFileLine
ErrorServer build failed. Server output: Project "AcroTrac.tmp.proj" (default targets):
WP8 Build Tooling revision 2015.08.04.1r
Error: Failed to install 'nl.x-services.plugins.launchmyapp':Error: Variable(s) missing: URL_SCHEME
    at C:\b\Cordova3\node_modules\plugman\node_modules\cordova-lib\cordova-lib\src\plugman\install.js:306:23
    at _fulfilled (C:\b\Cordova3\node_modules\plugman\node_modules\q\q.js:787:54)
    at self.promiseDispatch.done (C:\b\Cordova3\node_modules\plugman\node_modules\q\q.js:816:30)
    at Promise.promise.promiseDispatch (C:\b\Cordova3\node_modules\plugman\node_modules\q\q.js:749:13)
    at C:\b\Cordova3\node_modules\plugman\node_modules\q\q.js:557:44
    at flush (C:\b\Cordova3\node_modules\plugman\node_modules\q\q.js:108:17)
    at process._tickCallback (node.js:419:13)
Variable(s) missing: URL_SCHEME

C:\b\Cordova3\node_modules\cordova-build-utils\bin\install-plugins-3.js:193
throw Error("exit code: " + code);
     ^
Error: exit code: 1
    at Error (<anonymous>)
    at ChildProcess.<anonymous> (C:\b\Cordova3\node_modules\cordova-build-utils\bin\install-plugins-3.js:193:13)
    at ChildProcess.emit (events.js:98:17)
    at Process.ChildProcess._handle.onexit (child_process.js:810:12)

Done building project "AcroTrac.tmp.proj" -- FAILED.
.AcroTracC:\Users\Sanjeev\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\mphhr02b.toc\Targets\Build.targets189

 

 

0
Tina Stancheva
Telerik team
answered on 07 Aug 2015, 12:26 PM
Hi,

Can you check if your project is using the Custom URL scheme plugin. If it is, please make sure to set the URL_SCHEME plugin variable as described here. This should then resolve the cause for the build failure and you should be able to build your project as expected.

Let us know if that helps.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder extension for Visual Studio
Asked by
Per Lindsø
Top achievements
Rank 2
Answers by
Kaloyan
Telerik team
Per Lindsø
Top achievements
Rank 2
test
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or