J junaidahmed Well-Known Member Licensed User Longtime User Oct 20, 2013 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2013 #2 Is this the complete message? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2013 #4 Can you post a screenshot of the compile window? Upvote 0
J junaidahmed Well-Known Member Licensed User Longtime User Oct 20, 2013 #5 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2013 #6 Which version of Basic4android are you using? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2013 #8 You are referencing a library that depends on a newer version of Basic4android. Upvote 0
J junaidahmed Well-Known Member Licensed User Longtime User Oct 20, 2013 #9 Thanks great Erel,I have remove version based libraries,it working fine now Upvote 0