Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始浏览 Bing Maps for Android API/SDK,并且我相当确定我已经准备好使用 Bing Maps 开始一个新项目。我已经从这里下载了 SDK ,但我不太确定如何使用它开始一个新项目。
我尝试将 SDK 导出为 .jar 文件并将其添加到我的新项目中,但我遇到了与 SDK 资源冲突的错误。有没有其他方法可以使用 SDK,或者每次我想使用 Bing Maps for Android 时我必须有多个 SDK 副本才能修改?
通过转到 Project Properties > Android 并选中“Is Library”将其创建为库项目。