I've just tried to build the Calculator sample app coming from LambdaNative for android on linux,but I got two problems
1.WARNINGS
*** WARNING -- "calc_14.fnt" is not defined, *** referenced
in:
("/home/chenjf/apps/lambdanative/lambdanative-master-cache/android/build/3c4d196ded4c65584af892a98a926ace.c")
*** WARNING -- "calc_24.fnt" is not defined, *** referenced
in:
("/home/chenjf/apps/lambdanative/lambdanative-master-cache/android/build/3c4d196ded4c65584af892a98a926ace.c")
*** WARNING -- "calc_32.fnt" is not defined, *** referenced in: ("/home/chenjf/apps/lambd
For the error,I checked the generated code and found
/home/chenjf/apps/lambdanative/lambdanative-master/tmp.bJKtPg/src/hughjfchen/com/hughjfchen/calculator/Calculator.java
So looks like that the generated dir should be hughjfchen/com, not the hughjfchen.com
Is that a problem of Lambdanative or android-sdk?
And following are my dev enviroment:
lambdanative master branch source code from GIT
android sdk 22.2.1