ibm-wearables-sdk-for-mobile / ibm-wearables-android-sdk

Android SDK and examples for developing apps that utilize Wearable Devices. It handles connectivity, data interpretation and gesture recognition.
Apache License 2.0
20 stars 11 forks source link

record-wear contains not classes #2

Closed Aeyzaz closed 8 years ago

Aeyzaz commented 8 years ago

record-wear app contains no classes and android studio is unable to install the apk to wear

cirilla commented 8 years ago

Hi, the record wear has dependancy to mobileedge-wear module which has a service classes. Can you please give more details about "android studio is unable to install the apk to wear"

Thanks

zachkont commented 7 years ago

Hi, what I think Aeyzaz means is the same issue I'm having: Android studio pops up a "Error running record-wear: Default Activity not found" message whenever I try to run the record-wear module.

The dependency to mobileegde-wear module is there, but it doesn't work. Could the manifest be wrong? Or is it an android studio bug?

OmerArad commented 7 years ago

That's OK. You can ignore this message. That's a compiler warning that the service you just installed on the Android Wear does not have a "UI" (and it should not have) :)

zachkont commented 7 years ago

Yeah but it doesn't run, it's not just a message. It blocks the debug-run of the module