简体   繁体   English

Aviary SDK未在Eclipse中显示

[英]Aviary SDK not showing up in Eclipse

I cannot seem to get the Aviary SDK to appear in Eclipse when adding it as a reference. 将Aviary SDK添加为参考时,似乎无法使其出现在Eclipse中。 Every other project seems to have to ability to be referenced such as; 其他每个项目似乎都必须被引用,例如; Facebook SDK, google-play-services. Facebook SDK,谷歌播放服务。

I followed the instructions for installation on the website, but I was wondering if someone encountered this issue and had a fix? 我按照网站上的安装说明进行操作,但我想知道是否有人遇到此问题并已修复?

I fixed the problem by adding project.properties file in my Aviary-SDK project folder before adding it into eclipse. 我通过在Aviary-SDK项目文件夹中添加project.properties文件并将其添加到eclipse中之前解决了该问题。

Used this to specify that the target API level (API level 19 in the example): 用于指定目标API级别(示例中的API级别19):

target=android-17

Used this to specify that the project is a library: 用于指定项目是一个库:

android.library=true

Hope it helps you too.. 希望它也对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM