0

I am trying a sample app for Tizen Wearable SDK but the IDE does not seem to be configured properly. It reports imports could not be resolved library and the samsung android libraries. My guess is these dependencies need to be added to the project's path somehow.

enter image description here

I tried adding external classes from the Tizen Wearable SDK

enter image description here

UPDATE I have tried to install the ADT Plugin but I get stuck on the license screen

enter image description here

4

2 回答 2

2

从我在您的首选项面板上看到的内容,您没有安装适用于 Eclipse 的 Android 插件。开箱即用的 Tizen IDE 仅支持 Tizen Wearable 构建。

您需要为 Eclipse 安装 Android 开发工具 (ADT) 插件,然后将首选项指向 SDK。这将清除您的 Android SDK 构建错误。然后,如果三星 SDK jar 仍然无法构建,您只需将它们添加到您的项目中即可。示例中应该已经包含指向 SDK jar 的链接,因此安装插件是您的第一步。

这是我几个月前写的关于这个主题的博客文章。跳到 TL;DR 部分。但是,简短的回答是,通过添加指向的新安装站点来添加 ADT 插件

https://dl-ssl.google.com/android/eclipse/

由于与 CDT 版本冲突,您将无法安装本机开发工具组件,因此请取消选中该选项。

于 2015-02-17T15:10:57.503 回答
0

您可以尝试使用 Tizen IDE 来创建 HelloAccessoryConsumer(可穿戴部件)和带有 ADT 插件的单独 Eclipse IDE 来创建 HelloAccessoryProvider(Android 部件)。然后将 HelloAccessoryConsumer 项目中生成的 .wgt 文件添加到 HelloAccessoryProvider 项目中的 assets 文件夹中。

于 2015-04-17T14:23:31.623 回答