Android Question Getting Compile Error

junaidahmed

Well-Known Member
Licensed User
Longtime User
When I Compile program,suddenly getting compile error as

Compiling code. 0.06
Compiling layouts code. 0.01
Generating R file. 0.52
Compiling generated Java code. Error


Pls advise how to solve this issue.Eagerly waiting for your prompt reply
 

junaidahmed

Well-Known Member
Licensed User
Longtime User
Sorry Erel, Complete Error Should be

Compiling code. 0.07
Compiling layouts code. 0.02
Generating R file. 0.75
Compiling generated Java code. Error
javac 1.6.0_21
src\namaz\time\main.java:54: cannot find symbol
symbol : variable sharedProcessBA
location: class anywheresoftware.b4a.BA
processBA.sharedProcessBA.activityBA = null;
^
1 error
 
Upvote 0
Top