when I running an application from blackberry momentics ide (SDK version 10.2) showing the device version 10.2.0.341 does not support the api level(blackberry native sdk 10.2). I thought it may be for device os version greater than SDK os version. but I did not find Native SDK with 10.2.x version.
Build application in blackberry native sdk 10.2
174 Views Asked by java seeker At
1
There are 1 best solutions below
Related Questions in QT
- C++ template using pointer and non pointer arguments in a QVector
- Using QPointer and QObject::connect with C++11
- qt How to style a QToolBar > QToolButton overflow button?
- Qt - Repeatedly write at beginning of file
- C++ Mongodb driver, not working
- deletion and cleanup of worker thread in Qt crashes
- How to drap item from QTableView to QPushButton?
- get image type from qimage
- C++ QT Getting part from QString
- How to connect a destroyed signal of C++ object from QML?
- How to get shader version from QOpenGLShader?
- Size of Qt QRadioButton able to get smaller, but not larger than default
- error WinSock.h has already been included Boost Windows Qt
- How to call a non-class member function with pointers as parameters with QtConcurrent::run?
- What is the difference between MinGW SEH and MinGW SJLJ?
Related Questions in BLACKBERRY
- Parse error google maps javascript v3 on blackberry 7
- PhoneGap with Blackberry - why isn't "date" input type giving a datepicker?
- Blackberry 10 screenshot error
- How to handle QML page orientation?
- Transition issue with BlackBerry OS 10 browser
- 'Camera' does not name a type BB10
- Which database plugin to use instead of sqlite for blackberry based phone gap app?
- How to implement Google maps in android without Google play service?
- Path location error : Program "make" not found in PATH?
- Firebase email or Facebook authentication with BlackBerry 10
- Edit list item in blackberry cascades QML
- Blackberry XPages Theme
- How to reload Page in blackberry cascades QML
- MD5 - Online Highscore table for Blackberry. How to?
- How to create an online Highscore leaderboard with azure and communicate it with Unity for WP and BB?
Related Questions in BLACKBERRY-10
- Version Blackberry10 MobileFirst Platform Application
- How to handle QML page orientation?
- Transition issue with BlackBerry OS 10 browser
- 'Camera' does not name a type BB10
- Blocking Apk's from installing directly into BB10.2.1 updated devices
- opening pps file blocks the process
- Path location error : Program "make" not found in PATH?
- Error: Program "make" not found in PATH in QNX Momentics
- Edit list item in blackberry cascades QML
- How to reload Page in blackberry cascades QML
- How to create Cordova Blackberry (Hybrid) application
- Worklight Enterprise authentication issue with BB10
- PHP, C# or Java library to push messages in BB channel
- How Can I affect a QVariantMap from another QVariantMap?
- How does a sandbox work with IPC
Related Questions in BLACKBERRY-CASCADES
- Blackberry 10 screenshot error
- 'Camera' does not name a type BB10
- Firebase email or Facebook authentication with BlackBerry 10
- Edit list item in blackberry cascades QML
- How to reload Page in blackberry cascades QML
- The remote server returned an error: (401) Unauthorized: Push Notification
- TextFitProperties usage
- how to access qml ContextProperty variable in ListItemComponent of ListView
- Read data from JSON file?
- ListView not getting populated
- How to set image received from a web service as ImagePaint in Blackberry 10.1?
- Blackberry Cascades SystemDialog theme
- How to load source data in GroupDataModel for ListView in Blackberry 10 cascade?
- How to handle touch events of custom control in blackberry10
- Create a json file , write Json data into it and Load the file into JsonDataAccess in bb 10 cascades
Related Questions in MOMENTICS
- How to handle QML page orientation?
- Path location error : Program "make" not found in PATH?
- Error: Program "make" not found in PATH in QNX Momentics
- Cannot debug on Z10, STL100-3
- recipe for target 'o.le-v7-g/.moc/moc_applicationui.cpp' failed
- How to get logcat for an Android app on BlackBerry 10 devices
- Why does profiler in QNX Momentics IDE not show source while debugger does?
- running qde(eclipse for blackberry developpement)
- when run make in Momentics on windows I got error
- How to install Blackberry WebWork 2.0 in Blackberry Momentics
- Build application in blackberry native sdk 10.2
- Filter Model In By Dates in Ember Controller
- QNX momentics linked source files not compiling
- XML listview is not refreshing?
- How can I change my BB10 project to use a makefile?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I am not sure that I understand the question. Also I think I have 10.2.1 of the Momentics IDE, I believe Version 2 is available, but I am finishing a project before I upgrade. So perhaps these instructions do not apply anyway....
But my level of Momentics includes the ability to build for older OS levels. To select an older OS level for your build, right mouse click on the project, choose Properties, then "BlackBerry API Level". Choose the level want to use.
In your case I suspect you have specified 10.1, so you need to change this to 10.2.
If this does not help, can you please explain your problem a little more clearly, perhaps with a screen shot.