Theera Well-Known Member Licensed User Longtime User Oct 1, 2012 #1 Hi all, After finished building the firstLib library,I try test it ,but it has error. Please help me looking for the error. And please help explain the below command about @Version(1f),Why not is @Version(1.00)? Best Regards Theera Last edited: Oct 16, 2012
Hi all, After finished building the firstLib library,I try test it ,but it has error. Please help me looking for the error. And please help explain the below command about @Version(1f),Why not is @Version(1.00)? Best Regards Theera
Theera Well-Known Member Licensed User Longtime User Oct 1, 2012 #2 I think,I found resolved. Android is based on Java 6. Make sure that you set the project JDK version to 6. Best Regards Theera
I think,I found resolved. Android is based on Java 6. Make sure that you set the project JDK version to 6. Best Regards Theera
Theera Well-Known Member Licensed User Longtime User Oct 1, 2012 #3 Still have Error. Hi all, I still have this problem,I have change jre7 to jre6 ,but still use jdk1.7 . Now I really cann't continue it. Please help me too. Best Regards Theera Last edited: Oct 16, 2012
Still have Error. Hi all, I still have this problem,I have change jre7 to jre6 ,but still use jdk1.7 . Now I really cann't continue it. Please help me too. Best Regards Theera
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2012 #4 You should check the logs and find the error message.
Theera Well-Known Member Licensed User Longtime User Oct 1, 2012 #5 I must use jdk1.6 too, Why it has the same error. Here you are,Erel Last edited: Oct 16, 2012
Erel B4X founder Staff member Licensed User Longtime User Oct 3, 2012 #6 You should set Java 6 in the Eclipse project, not Basic4android.