Question

I am struggling to find any documentation or tutorial on how to deploy an application to the Sony Smartwatch (I'm attempting to deploy the open source "Eight Puzzle" application written by Sony which I have imported into Eclipse. I have a Samsung S3 connected to a Sony Smartwatch, upon compiling I get the following:

No Launcher activity found!
The launch will only sync the application package on the device!
Performing sync
Automatic Target Mode: using device '4df1e79d35975fa7'    
Uploading EightPuzzleExtension.apk onto device 'xxxxxxxxxxxxxxx'
Installing EightPuzzleExtension.apk...
Success!
\EightPuzzleExtension\bin\EightPuzzleExtension.apk installed on device
Done!

But after reinstalling Sony SmartConnect and looking through under "Applications" and "Sort Applications" on the device, I am unable to find the app. Is there something I'm missing?

Was it helpful?

Solution

  • I just downloaded the open source code.
  • Unzipped the files
  • Imported the code into eclipse using File > Import.
  • Added SmartExtensionAPI and SmartExtension Utils as Libraries into the Eight Puzzle Game project.
  • Using Run > Configurations installed the application on my device
  • Application installed
  • Sort application screenshot shows the application at the bottom as 8 game.
  • Also shows up on the smartwatch, I can post a pic if you need to verify

It shows up on the bottom of my screen. enter image description here

I am not sure about the issue you are facing. If you did the same procedure as mine, it should work the very first time.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top