This question is locked. New answers and comments are not allowed.
Hello,
I try to include the BarcodeScanner plugin into my Icenium project, but once included I'm not able to Build the project anymore! The steps to reproduce my problem:
1) Download the plugin from here: https://github.com/wildabeast/BarcodeScanner
2) Extract downloaded zip
3) Copy/Paste the extracted folder called "BarcodeScanner-master" in the Visual Studio Project "Plugins" folder (if the folder does not exist, create it)
4) Open the project in Visual Studio
5) Expand the "Plugins" folder & click on "Show all files" (the "BarcodeScanner-master" should appear under the "Plugins" folder but as a non-included folder)
6) Right-click on the "BarcodeScanner-master" folder and click on "Include In Project"
7) Icenium menu of Visual Studio -> "Build *ProjectX* in cloud" & click on "Build" (Android) button inside the popup
After some minutes, Icenium tells me that the build failed and that I have to check the logs. My biggest problem is that there is, in fact, NO LOG... (at least in this folder "%localappdata%/Telerik/BlackDragon/Logs" I have nothing, so maybe I have to search somewhere else).
And Visual Studio gives me this in the OUTPUT:
I tried to import the plugin with drag&drop from explorer to visual studio => same result.
I tried to create the project in Icenium, import the plugin (zip file) from icenium and copy/paste the folder generated by Icenium in Visual Studio => same result (but the project Builds perfectly inside Icenium)
I tried to say a prayer during the build process => same result ;-).
If anyone can help me with this issue, I promise to pay him a beer if he comes one day in Switzerland.
Thanks for help!!
An almost depressive guy.
I try to include the BarcodeScanner plugin into my Icenium project, but once included I'm not able to Build the project anymore! The steps to reproduce my problem:
1) Download the plugin from here: https://github.com/wildabeast/BarcodeScanner
2) Extract downloaded zip
3) Copy/Paste the extracted folder called "BarcodeScanner-master" in the Visual Studio Project "Plugins" folder (if the folder does not exist, create it)
4) Open the project in Visual Studio
5) Expand the "Plugins" folder & click on "Show all files" (the "BarcodeScanner-master" should appear under the "Plugins" folder but as a non-included folder)
6) Right-click on the "BarcodeScanner-master" folder and click on "Include In Project"
7) Icenium menu of Visual Studio -> "Build *ProjectX* in cloud" & click on "Build" (Android) button inside the popup
After some minutes, Icenium tells me that the build failed and that I have to check the logs. My biggest problem is that there is, in fact, NO LOG... (at least in this folder "%localappdata%/Telerik/BlackDragon/Logs" I have nothing, so maybe I have to search somewhere else).
And Visual Studio gives me this in the OUTPUT:
Building package: [C:\bchete\myTeamWorksMobile\myNetWorksMobile\obj\Debug\myNetWorksMobile.zip] Sending build request for project myNetWorksMobile with parameters ProjectTypeGuids={070BCB52-5A75-4F8C-A973-144AF0EAFCC9}AppIdentifier=com.telerik.myNetWorksMobileProjectName=myNetWorksMobileProjectGuid=e7a8f74b-c6fa-4d1b-b371-39467c9557f5Platform=AndroidMobileProvisionIdentifier=iOSCodesigningIdentity=Configuration=DebugIsRunnable=trueFrameworkVersion=3.0.0CorePlugins=org.apache.cordova.core.device;org.apache.cordova.core.AudioHandler;org.apache.cordova.core.battery-status;org.apache.cordova.core.camera;org.apache.cordova.core.console;org.apache.cordova.core.contacts;org.apache.cordova.core.device;org.apache.cordova.core.device-motion;org.apache.cordova.core.device-orientation;org.apache.cordova.core.dialogs;org.apache.cordova.core.file;org.apache.cordova.core.file-transfer;org.apache.cordova.core.geolocation;org.apache.cordova.core.globalization;org.apache.cordova.core.inappbrowser;org.apache.cordova.core.media-capture;org.apache.cordova.core.network-information;org.apache.cordova.core.splashscreen;org.apache.cordova.core.vibrationAndroidPermissions=android.permission.CAMERA;android.permission.VIBRATE;android.permission.ACCESS_COARSE_LOCATION;android.permission.ACCESS_FINE_LOCATION;android.permission.ACCESS_LOCATION_EXTRA_COMMANDS;android.permission.READ_PHONE_STATE;android.permission.INTERNET;android.permission.RECEIVE_SMS;android.permission.RECORD_AUDIO;android.permission.MODIFY_AUDIO_SETTINGS;android.permission.READ_CONTACTS;android.permission.WRITE_CONTACTS;android.permission.WRITE_EXTERNAL_STORAGE;android.permission.ACCESS_NETWORK_STATE;android.permission.ACCOUNT_MANAGER;android.permission.GET_ACCOUNTS;android.permission.MANAGE_ACCOUNTS;android.permission.BROADCAST_STICKYDeviceOrientations=Portrait;LandscapeiOSStatusBarStyle=DefaultAndroidHardwareAcceleration=falseLiveSyncToken=C:\Users\bchete\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\ve3lvaro.u1b\Targets\Build.targets(98,3): error : Build failed: One or more errors occurred..System.AggregateException: One or more errors occurred. ---> Telerik.BlackDragon.Client.ServerClient.HttpRequestExtendedException: Status code not successful: (500) Internal Server Error at OperationExecutorExtensions.<RequestAsyncCore>d__11`1.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at OperationExecutorExtensions.<RequestAndParseAsync>d__1f`2.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Telerik.BlackDragon.Client.Build.Services.BuildService.<BuildPackageAsync>d__18.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Telerik.BlackDragon.Client.Build.Services.BuildService.<BuildProjectAsync>d__1.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task`1.get_Result() at Telerik.BlackDragon.Client.Build.CloudBuild.Execute()---> (Inner Exception #0) Telerik.BlackDragon.Client.ServerClient.HttpRequestExtendedException: Status code not successful: (500) Internal Server Error at OperationExecutorExtensions.<RequestAsyncCore>d__11`1.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at OperationExecutorExtensions.<RequestAndParseAsync>d__1f`2.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Telerik.BlackDragon.Client.Build.Services.BuildService.<BuildPackageAsync>d__18.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Telerik.BlackDragon.Client.Build.Services.BuildService.<BuildProjectAsync>d__1.MoveNext()<---Done building project "myNetWorksMobile.iceproj" -- FAILED.Build FAILED.I tried to import the plugin with drag&drop from explorer to visual studio => same result.
I tried to create the project in Icenium, import the plugin (zip file) from icenium and copy/paste the folder generated by Icenium in Visual Studio => same result (but the project Builds perfectly inside Icenium)
I tried to say a prayer during the build process => same result ;-).
If anyone can help me with this issue, I promise to pay him a beer if he comes one day in Switzerland.
Thanks for help!!
An almost depressive guy.