Hello,
I'm trying to make a simple app to send alerts from Android Phone (Samsung Note3) to Gear2.
To start understanding the communication between them, I read the SAP Documentation and started running the examples from "http://developer.samsung.com/samsung-gear#" (Applications for Emulator). I also followed this tutorial: https://www.youtube.com/watch?v=SFz3n49QUCs#t=119 - How to Create a Basic Integrated Gear Application - Part03.
Everithing was going fine, I installed the 3 APKs, started the Gear2 Emulator, the Android APK recognized the Gear and showed it as "Connected" on the application
On HostManagerForEmul, the message I get is "Connected". In other words, I followed all of the above tutorial steps and everything was as expected. But, when I run the "HelloAccessoryConsumer" Gear APP, and click on "Connect" button, the IDE's console shows the message: "Can't find variable: webapis".
Note that I haven't change anything on android or tizen apps.
Did I miss some important information about my environment?
Sorry about my bad english.
Relevant Information:
tizen-sdk_2.3.23_windows-64
I'm using the Tizen Wearable Emulator 2.3 to run the example
Android 4.4.2
Fernando Saclia