Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the --core-library option in eclipse/Android

Trying to build a project, the project is Jythonroid. I managed to troubleshoot all the errors but it won't compile. The interface suggests using the --core-library option. Any idea how to set this flag in eclipse for Android.

Cheers

like image 390
Andrew Avatar asked Apr 09 '11 12:04

Andrew


1 Answers

I think this has been answered here: Android core library error

You can't add --core-library using Eclipse.

like image 176
Marcus Wolschon Avatar answered Sep 21 '22 09:09

Marcus Wolschon