The device version (2.1.0.1753) does not support the API level (Blackberry Native SDK 10.2) - blackberry

I have blackberry playbook with OS. Version 2.1.0.1753 i have connected with WIFI. Now when i run project it will start executing project into my playbook
but every time i got below error
Then i click on update the project's API level
Then i click ok button i got below dialog box
I do not know what should i have to do, Do i need to install all API for example
10.1, 10.0

I don't know if you have already found the solution for your problem but personally I'm using a different Blackberry NDK for Playbook development: Link to Playbook NDK

As far as i've been told the playbook os is pretty different from the blackberry z10/q10.
Playbook is 2.x and z10 is 10.0/.1/.2
Momentics is only suitable for 10.1
For publishing to playbook youll need the playbok "tablet" sdk
https://developer.blackberry.com/playbook/native/download/
Also i've been told NOT to install both sdks on the same machine. as """because weirdness happens when you have both tablet and bb10 sdks installed. it's nominally "not a bug", but merely "unsupported". """

Related

How to build ionic 2 ios app on windows 10?

I am new to ionic 2 and i want to build my app to ios version. What requirements need to install on my windows 10 PC? Thanks. I hope you can help me. :)
The only way I can think of is by using Ionic Cloud Services:
Ionic Packages makes it easy to build a native binary of your app in
the cloud. Perfect for developers using Windows that want to build iOS
apps.
This lets you:
Send your packaged app to others
Build your app for platforms not supported by your computer (e.g. iOS builds on Windows)
Build .ipa and .apk files that you can submit to app stores
You can check the prerequisites here and the steps required to build, here.
EDIT:
You can also take a look at this amazing post from Josh Morony.
You can't build it to iOS in Windows. Neither in Linux.
You will need an Mac OS.
Either one running on a real Apple device (iMac, Macbook, Mac Mini), or in an virtual box or you can use a cloud service.

Delphi iOS Simulator error message 'Session ended'

I am trying to run iOS Simulator from Delphi having setup the following needed configurations:
I am using mac with Parallel Desktop for my RAD Studio virtual machine.
I am using Delphi 10.1 Berlin.
Already installed an XCode and running.
I have my command line tools.
I have platform assistant and running in my mac.
I already created my connection profile using the IPAddress and port given by PAServer.
Installed SDK for OSX and iOS in the SDK Manager.
I have no problem running my OSX on my Mac.
The only issue I have is my iOS Simulator is not working. Here'sscreenshot of the error message.
I swear I checked the recommended troubleshoot procedures several times but no avail.
I hope someone help me get through with this. I already spent the whole day searching/troubleshooting this connection.
Many thanks and cheers!
There is a Hotfix for 10.1 Berlin called "30680_rad_studio_10.1_berlin_hotfix_11_jan_2017". It should be available for download from your EDN account under "My registered user downloads".
You need to copy the files from this zip archive onto your Mac in the PAServer-18.0 application folder /Applications/PAServer-18.0.app/Contents/MacOS. There is a readme_en.txt with a detailed description.

Visual Studio 2015 hangs on deploying cordova application

I'm trying to build a blank cordova application into my iPad Air 2 with Visual Studio 2015 Enterprise edition as i've already done it with success with the release candidate version.
I've got node.js v 4.2.2 on both machines since version 5.2.0 was hanging the build indefinitely, i've also got latest version of iTunes (12.3.1) as well as iOS 9.2 on the mobile device.
I've got the remote MAC set up and everything works fine for the building part, infact i've checked and the .ipa file is there at the end of the build into the folder ...\Documents\Visual Studio 2015\Projects\BlankCordovaApp1\BlankCordovaApp1\bin\iOS\Debug and if i launch that it will correctly install into iTunes and the iPad itself.
The problem is that the build action with Configuration "iOS" and "Local Device" with the iPad connected to the windows 7 PC will hang indefinitely after copying back said .ipa file after writing this line into the Build Output:
2>------ Deploy started: Project: BlankCordovaApp1, Configuration: Debug iOS ------
No matter how much time i wait it wont start the debug session even if i authorized the pc onto the iPad and have my web Inspector turned on onto the safari options. At this point i have to interrupt the build to be able to work again.
What really gets me is that if i connect the iPad to the MAC machine and build with "Remote Device" option the build works fine and i can debug remotely from my windows pc, unfortunately working like that isn't an option since the Apple machine isn't in the same room of my developing machine.
Any insight about this issue would be really appreciate, thanks in advance.
You are using a recent version of node and thus will also need to use a recent version of Cordova.
Specifically, you need to use Cordova 5.3.3 to be able to use Node.js 4.x.x+. The hang you are experiencing is exactly why. It's an incompatibility with a down stream node module and Node 4.x.x. You can downgrade to Node 0.12.x or upgrade your Cordova project to 5.3.3.
http://cordova.apache.org/news/2015/09/22/tools-release.html
Note that Node 5.x.x is only supported in Cordova 5.4.1.
This should be addressed in the latest VS Tools for Cordova Update 6. Deploying to local device is now available.
Take a look at http://microsoft.github.io/vstacoblog/2016/02/04/announcing-update-6.html.

System image arm eabi v7a of Android 4.4(API 20) is not noticed

I was trying to set up the environment to develop and debug a simple android app with the use of Android Virtual Device Manager. I had followed all the steps from google's website.
Moving to the next step, as I had selected the target to be 'Android 4.4W - API Level 20' details in the wizard 'create new android virtual device(AVD)', the CPU/ABI field was grayed out saying 'No system image installed for this target'.
I had opened ANdroid SDK Manager to check if the mentioned target is holding a valid system image.
It had been updated with the latest packages from the respective repositories while contacting few of the repositories was a failure.
In the end, I had a surprise that my Android 4.4W (API 20) is not having its respective system image installed.
When I actually checked the folders that I had downloaded, I couldn't also notice the System Images sub folder under the SDK folder.
Can someone please help me out with this?
Start up Android SDK manager. Under "Android 4.4W (API20), make sure "sources for android sdk" is installed. If not, check the box and installed.
P.S. - I had the same problem.
After installing the image you have to restart eclipse. Otherwise it can't see the image.
Got the same issue. If you're running SDK Manager on Windows 7, run it with the admistrator privileges. That solved the problem in my case.
Open SDK Manager -> Tools -> Options
Check Force https://... sources to be fetched using http://...
You will see sources for android SDK, install it.
Close SDK Manager and open it again, you wil see ARM EABI

Blackberry SDK 7 on a Blackberry 6 phone

I am having a lot of issues installing my BlackBerry app to my phone. The app has been signed but still says that there is an error of attempting to access a secure API. However, I realise my eclipse is using the 7 sdk whereas my phone is running blackberry 6. Could this be the issue?
How would I go about changing this in eclipse?
First you will need to install the BlackBerry JRE 6.0.0 Plugin into your instance of Eclipse by adding BlackBerry Java Plugin - http://www.blackberry.com/go/eclipseUpdate/3.6/java to your list of 'Available Software Sites' in Eclipse->Help->Install new software.
Then when you have that installed, you will be able to right click on JRE System Library [BlackBerry JRE 7.0.0] in your project, select Properties and change to JRE 6.0.0.
Then re-package, sign and install on your OS6 device

Resources