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 2.Error./make.sh: line 334: /home/chenjf/apps/lambdanative/lambdanative-master/tmp.bJKtPg/src/ hughjfchen.com/hughjfchen/calculator/Calculator.java: No such file or directory ERROR: failed with exit code 1
substitution failed on bootstraps/android/bootstrap.java.in
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 android sdk platform tool 18.0.1 android sdk build tool 18.0.1 android 2.3.3 (API 10) archlinux linux with kernel 3.11.2