From: Devone <de...@ea...> - 2012-02-12 22:50:13
|
Hi everyone, I migrated from android to iphone, but the Xcode generated project cannot be compiled due to this 2 classes non found: #import "java_text_SimpleDateFormat.h" #import "java_util_Date.h" This is the command to translate the project: xmlvm --in=/Users/devone/Documents/testsecure --target=iphone --iphone-app=testsecure --lib=android and this the error after the Xcode run: No such file or directory (for both files above) My question is; is it possible that java.text.SimpleDateFormat and java.util.Date are not included in android.jar or not supported by xmlvm? What I'm doing wrong? thanks in advance Devone |