| Pointing Eclipse to Correct Thing [message #954327] |
Mon, 22 October 2012 20:03  |
 |
Andrew Gies Messages: 12 Registered: October 2012 |
Junior Member |
|
|
Hey all,
I recently started with android eclipse development and I need to connect android-eclipse to another library. The library is the core library of processing.
My problem is that when I create a android project using the android plugin and then I imported the core library into the project, I get conflicting variable/classes. For example, my current roadblock is the android resource class R, where I have the resources for my project. However there is a static final int R in my processing library, so when I call the R class, it jumps to the R int, which i dont want. How do I point eclipse to the correct thing when I call the R class?
Thanks,
Andrew G.
andrewgies17
|
|
|