摘要:
http://www.raywenderlich.com/1948/itunes-tutorial-for-ios-how-to-integrate-itunes-file-sharing-with-your-ios-appThe iPad and iOS 4 have a great new feature called File Sharing that provides a convenient way for users to transfer files between their computer and your app.But figuring out exactly what 阅读全文
摘要:
当向eclipse导入项目实例后,项目上出现红叉的错误提示,在项目属性里的Java Build Path里发现了错误提示复选选项:unable to get system library for the project请问该怎么解决,在线等,谢谢! 补充: import project 后,出现Unable to get system library for the project。这是因为在import 一个项目的时候,没有指定android sdk的版本,所以导致编译器无法导入系统库。解决:右键Project -> Properties -> Androi... 阅读全文