Java Question Need tons of help

NeoTechni

Well-Known Member
Licensed User
Longtime User
I'm trying to make a library that handles events, strings, bools, etc.

I'm getting error messages like "string cannot be resolved to a type", it's also doing it for bools
I can't get ba.raiseevent to show in the autocomplete.

I have core, b4ashared, and android jars in my build path

What am I doing wrong?

I have these imports:
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BA.ActivityObject;
import anywheresoftware.b4a.BA.Events;
import anywheresoftware.b4a.BA.ShortName;
import anywheresoftware.b4a.BA.Author;
import anywheresoftware.b4a.BA.Permissions;
import anywheresoftware.b4a.BA.Version;

I didn't get these errors in my other library and I set it up the same way
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
Seriously? It's THAT anal about capitalization? Why couldn't that popup have warned me about that? Fricken eclipse...

I'm trying to make a library to support all the videogame controllers coming out
ie: Zeemote, MOGA, Ouya, keyboard, Green Throttle, iCade, Xperia Play, etc
 
Top