Java Question Eclipse Collide Error on imports

colinmccall

New Member
Licensed User
Longtime User
I have spent 2 days trying to get access to a surface on a Panel from a library. Got it working earlier today for about an hour, turned away for a minute and haven't been able to get it going since.

At the moment I have errors displayed in Eclipse where I have two Imports Colliding:
import anywheresoftware.b4a.BALayout.LayoutParams;
import android.view.ViewGroup.LayoutParams;

The libraries were copied from a working example so I assume they are OK.

I assume it is something to do with my set up:
I have Downloaded the latest version of Eclipse and ADT a couple of days ago.
The External JARs I have in the build path:
android.jar (Platforms tried: android-8, android-10, android-17)
B4AShared.jar & Core.jar are the one that came with the download 2 days ago version 2.70?
JRE JavaSE-1.6

Any pointers on what setting work for you would be helpful or a java library for B4A that you know works and accesses a Panel surface, so I can test my environment is OK.

Thanks
 
Top