MKS
MKS

Reputation: 786

Program successfully installed but not displayed on device

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

Answers (2)

pg316
pg316

Reputation: 1398

Just a few questions:

  • Did you modify the HelloLayouts sample file at all or did you just run the sample right after installing it? If you did modify it try creating a new sample from scratch and running it again.
  • Are you running your samples with Eclipse, or Android Studio, etc...?
  • Are you using the latest Android SDK v 23.0.2?

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

kalimba
kalimba

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

Related Questions