Blackberry 10 デバイス向けプロジェクトを初めて実行するにあたっては、下記の手順を行う必要があります。注)Unity と Blackberry のサーバー間で通信を行う必要があるため、インターネット接続が必要です。
Start up your device.
Launch the Phone app from the home screen.
Type *#84936# - The numbers 84936 spell out TIZEN.
A menu displays. Tap the button on the right to enable Developer Option.
Press the Home button to return to home screen.
Press and hold the Home button to show recent apps.
Swipe across on the Settings app to close it.
Press the Home button to return to the home screen.
Launch the Settings app.
Scroll to the bottom and select Developer Options.
Enable the USB debugging option.
Windows ―
C:\tizensdk-path\tools\ide\bin\tizen.bat cli-config "default.profiles.path=C:\workspace-path\.metadata\.plugins\org.tizen.common.sign\profiles.xml"
OS X ―
/tizensdk-path/tools/ide/bin/tizen.sh cli-config default.profiles.path=/path/to/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
In both cases you should replace workspace-path
with the path to the Tizen IDE workspace that you created when you first launched the Tizen IDE and tizensdk-path
with the full path to where your Tizen SDK is installed.
Note On Windows, you must run the command must from within the directory of a Tizen IDE project. Launch the Tizen IDE and create a Tizen Native Application project.
例
In the example below, TestApp
is your project.
If your workspace is at C:\workspace
and the Tizen SDK is installed at C:\tizen-sdk
, then open a command prompt and then run the following commands:
cd C:\workspace\TestApp
C:\tizen-sdk\tools\ide\bin\tizen.bat cli-config "default.profiles.path=C:\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml"