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

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

Greetings

+5
source share
1 answer

I think the answer was given here: Android main library error

You cannot add -core-library with Eclipse.

+5
source

All Articles