Savage F. Morgan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年4月9日

摘要: http://stackoverflow.com/questions/14765910/could-not-find-class-xxx-referenced-from-method-xxx-yyySince some ADT-Version you have to set which libraries / projects should be exported too.Project-Propiertes -> Java Build Path -> Order and Export -> Check your Sources and other Libraries you 阅读全文
posted @ 2014-04-09 16:53 罗斯摩根 阅读(623) 评论(0) 推荐(0)

摘要: http://stackoverflow.com/questions/17063826/how-to-create-jar-for-android-library-projectThis works!Make your library project a normal project by deselecting IsLibrary flag.Execute your project as Android Application. (It will not show any error)You'll find a .jar file in bin folder along with . 阅读全文
posted @ 2014-04-09 15:26 罗斯摩根 阅读(303) 评论(0) 推荐(0)