Problems with basic4android version 2.00

prokli

Active Member
Licensed User
Longtime User
Today I have installed the brand new version of b4a.
It's getting more and more a real fantastic and awesome tool.
Unfortunately I get an error which I haven't noticed in Version 1.9

Compiling code. 0.61
Compiling layouts code. 0.02
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.6.0_21
src\limbsoft\b4a\dpro\main.java:54: cannot find symbol
symbol : variable sharedProcessBA
location: class anywheresoftware.b4a.BA
processBA.sharedProcessBA.activityBA = null;
^
1 error

There is no variable sharedProcessBA in my code...

Can someone help, please!! :sign0085:
 

prokli

Active Member
Licensed User
Longtime User
Hi Margret,

sorry, I am a foolish guy :sign0104:
Found already a solution within the b4a forum!!

I still kept "BAShared.jar", "Core.jar", "Core.xml" and "BAShared.jar" within my additional library folder. Removed it, and now it works perfectly!

Thanks a lot!
 
Upvote 0
Top