Recently configuring the BlackBerry 10 development environment. After the IDE installation is complete, the online installation SDK is found to be slow egg ache. Treatment of egg pain take a look at the steps (take the 10.3.1.995 version for example):
1, download the following files (recommended thunder download Faster):
Java code
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.tools.10.3.1.12.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.libraries.10.3.1.995.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.documents.10.3.1.995.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.cshost.10.3.1.995.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.licenses.10.3.1.995.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.qconfigmk.10.3.1.995.zip
- http://downloads.blackberry.com/upr/developers/update/bbndk/ndktargetrepo_10.3.1.995/packages// Bbndk.win32.samples.10.3.1.995.zip
2. Extract all the download files to the IDE root directory:
3. Open the C:\Users\%USERNAME%\AppData\Local\Research in Motion\BlackBerry Native sdk\qconfig folder without creating it. Then create a new file: Qnx_blackberry_native_development_kit_10.3.1.995.xml
The contents of the file are:
XML code
- <? XML version="1.0" ?>
- <qnxsystemdefinition>
- <installation>
- <base>e:/bbndk/install/bbndk</base>
- <name>blackberry Native SDK 10.3.1.995</name>
- <host>e:/bbndk/install/bbndk/host_10_3_1_12/win32/x86</host>
- <target>e:/bbndk/install/bbndk/target_10_3_1_995/qnx6</target>
- <version>10.3.1.995</version>
- <annotation>
- <appInfo source="P2install">
- <detailedversion>10.3.1.995</detailedversion>
- </appInfo>
- </annotation>
- </Installation>
- </qnxsystemdefinition>
Note: The address used in the XML file is replaced by the address of the native computer.
The last boot of your IDE is not found to have been installed completed. It's so simple!
"Go" BB10 SDK offline installation steps