私はそれがどのように機能するかを理解しようとしています Android Wear: ライブラリを Eclipse にインストールし (多くの問題の後)、開発する Mac にケーブルで Android Phone を接続し、エミュレーターを実際の電話と同期させました。 . 接続が機能するかどうかを確認するために自分にメールを送信しようとしましたが、うまく機能します。今、私はこれで何かをしようとしますが、Android Wear がどのように機能するかを理解しようとするサンプル コードはどこにありますか? 誰かがこれを試す何かを見つけましたか? ありがとうございました
1 に答える
If you signup for the Developer preview on
http://developer.android.com/wear/preview/start.html
you will get sample applications WearableNotificationsSample, ElizaChat sample code.
Then import these projects and create a libs/ directory in your project root (the same location as the AndroidManifest.xml file). Copy the v4 support library JAR file from your Android SDK directory (e.g., /extras/android/support/v4/android-support-v4.jar) into your project libs/ directory. Also save the wearable-preview-support.jar file in the libs/ directory. Right click each JAR file and select Build Path > Add to Build Path.
Then most important source code is in the java folder. To run this on eclipse, the fix was to right click on the java folder and select Build Path -> Use as Source Folder