Reputation: 786
I have just started programming on nexus 5 phone and sony smartwatch. I tired to install a sample program (HelloLayouts) on the device and it shows the following msg:
[HelloLayouts] Uploading HelloLayouts.apk onto device '.......'
[HelloLayouts] Installing HelloLayouts.apk... [HelloLayouts] Success!
[HelloLayouts] \HelloLayouts\bin\HelloLayouts.apk installed on device
[HelloLayouts] Done!
I checked applications from Smart connect but it doesn't show any installed program name hellolayoputs. I also checked the smartwatch, but didn't see any installed application. Not sure if I am missing anything.
any suggestion to solve this problem would be highly appreciated.
Upvotes: 1
Views: 603
Reputation: 1398
Just a few questions:
Also you may want to try restarting your phone and watch to see if you can at least see the app showing up in the SmartWatch 2 app.
Upvotes: 1
Reputation: 418
May be Launcher Activity is missing or corresponding 'category' tag is missing from 'intent-filter' of launcher activity your Android Manifest file. Check it or post your AndroidManifest.xml file.
Upvotes: 0