Cant install Blackberry SDK from Momentics - mobile

I'm trying to download the Blackberry SDK from 2 days using their IDE (because it is the only way to get their SDK?), and now I got an error:
There was an error updating SDK. Press the Details button to review the error.
SDK Install or Update Operation operation failed: An error occurred while installing the items
An error occurred while installing the items
session context was:(profile=DefaultProfile,phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.2.0.1155 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file
An error occurred while installing the items
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]bbndk.win32.cshost.10.2.0.1155 1.0.0, action=com.qnx.tools.ide.sdk.manager.core.actions.SdkManagerInstallAction).
error in opening zip file
error in opening zip file
and this happened even when it finishs downloading:

So I understand you want to install the blackberry SDK for Titanium?
If that is the case, you should download the Blackberry SDK here:
http://preview.appcelerator.com/studio/bb/
Else, if you want the Native SKD, or CAscades SDK, you must then download it through Momentics.

Try this:
Close BlackBerry Momentics.
Delete the host_xxx and target_xxx folders inside BlackBerry Momentics installation folder that correspond to the BlackBerry Native SDK version that is failing to install.
Delete all the contents of the p2 folder inside BlackBerry Momentics installation folder.
Launch BlackBerry Momentics and try to install again.

Try this
Just try to uninstall and re-install the momentics IDE then go for sdk download ..

Related

IBM Watson assistant issue in Swift

I have followed IBM Watson Assistant (swift) tutorial. It was working properly before the iOS12 update. now when i take the build it says 'Reskit.framework is missing'.
I have manually tried to add Restkit.framework but the error still persist.
It worked perfectly on Xcode 9.4 & iOS 11.4.1. The error occurs when builded is taken Xcode10 and deployed in iOS12.
Since you're building your app with Xcode 10, go to Xcode preferences (Locations tab), and make sure that the Command Line Tools is set to the version of Xcode you are using (Xcode 10.1 if you're on the latest). Then in your project, delete the existing Carthage/ folder and Cartfile.resolved file, and re-run the carthage update --platform iOS command.

React native run stays in IDLE state

This is my first time setting up react native on Ubuntu 18.04 LTS. I have done the setup and I was trying to run the app on the device using the react-native run-android command.
Here is the output what I get in terminal,
ron#lenovo:~/react/app$ react-native run-android
Scanning folders for symlinks in /home/ron/react/app/node_modules (9ms)
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /home/ron/Android/Sdk/ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
File /home/ron/.android/repositories.cfg could not be loaded.
Checking the license for package Android SDK Build-Tools 26.0.3 in /home/ron/Android/Sdk/licenses
License for package Android SDK Build-Tools 26.0.3 accepted.
Preparing "Install Android SDK Build-Tools 26.0.3 (revision: 26.0.3)".
<=============> 100% CONFIGURING
> IDLE
It stays in this IDLE position forever. What is the fix or this issue?
The solution is to install Android SDK rev. 26.0.3. Your can install it from Android Studio's SDK Manager menu in File > Settings. Hope this helps.
I got the same error today. The solution is to create a file named local.properties and write in it this line:
sdk.dir=[the position of android sdk]
example:
sdk.dir=N\:\\Users\\andy\\AppData\\Local\\Android\\Sdk
you can get the sdk android via android studio: Android Studio - How to Change Android SDK Path
hope this will help you and other people out there who just begin learning react native.

windowbuilder eclipse error activating bundle

i'm trying to install WindowBuilder on Eclipse.
I'm running it on a 10.13.1 mac.
Eclipse Oxygen.
Trying to use: http://download.eclipse.org/windowbuilder/WB/integration/4.7/
as the download link on the "help" option on eclipse.
i get an error like this:
Problem Opening Wizard.
The selected Wizard could not be started.
Plug-in org.eclipse.wb.swing was unable to load class org.eclipse.wb.internal.swing.wizards.frame.NewJFrameWizard.
An error ocurred while automatically activating bundle org.eclipse.wb.swing(548).
i tried to install WindowBuilder on my Windows desktop. The first time i installed the Wb, i got the same error, but after that i updated the Eclipse to the latest version and installed the WB again. Worked.
Tried the same on mac, but didn't works.
Any help? please

Building Silverlight 5 project without installing SDK

I'm a developer without access to the build server. I am attempting to configure my silverlight project to build on the build server, without installed the Silverlight 5.0 SDK. I can place all of the SDK files into a source folder, so I just need to redirect MSBuild to find them.
I've attempted to do this by editting the FrameworkRegistryBase tag in Microsoft.Silverlight.CSharp.targets file, but am still getting the same error message:
"The Silverlight 4 SDK is not installed".
Can you tell me where the path to the SDK can be overridden?
Thanks

AppEngine: Unable to update app: Failed to compile jsp files

I just update my AppEngine SDK from 1.7.0 to 1.7.5 because of the problem related to adding document in Full Text Search API.
But now, I can not upload the application.
Here are the errors:
Deploying to Google' has encountered a problem
Unable to update app: Failed to compile jsp files.
In the log file:
Unable to update:
com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files.
at com.google.appengine.tools.admin.Application.compileJsps(Application.java:756)
at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:592)
at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:370)
at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433)
at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Any help? Thanks
Well you need to have the JDK pointing in your build path of eclipse.
Click on Installed JREs and point it upto your JDK installed location.
If that even didn't work go to eclipse.ini file in your eclipse directory. Add the following argument.
-vm
C:\Program Files\Java\jdk_1.6.30\bin\javaw.exe
Then restart your eclipse and things will start working.
Run the app on your local development server, you will discover the JSP files have errors that you need to sort out before compiling.

Resources