Program Resource

Resource libraries for programmers and developers

Installing Sony SmartWatch2 SDK and Building Sample Apps

Installing Sony SmartWatch2 SDK and Building Sample Apps

SDK is installed via Android SDK Manager. Detailed steps can be found in page below. http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/install-the-sony-add-on-sdk/ Add to path, and under Android 4.1.2, install “Sony Add-on SDK 2.0” (and/or later version). After installing, open File -> New -> Project, and select Android Sample Project. Select SmartExtensionAPI. And same for SmartExtensionUtils. Open project property for SmartExtensionAPI, and check Is Library. Open project property for SmartExtensionUtils and check Is Library, and click “Add” button and add SmartExtensionAPI. Then, select Sample project you want to try. In project property for sample project you selected, click “Add” button under Library and add SmartExtensionAPI and SmartExtensionUtils. Now, you are ready to build project, install to …