From: Arno P. <ar...@pu...> - 2012-02-06 17:33:34
|
On 2/5/12 6:58 AM, ju...@ed... wrote: > -DStatusBarHidden=false, -DApplicationExits=true, --debug=warning] > [02/05/12 15:38:34.516] ERROR: Couldn't create node for > android.app.Activity This seems to indicate that you are not compiling against the Android Compat Lib. Sorry, but there is no support for Maven. Again, I would suggest you start with a fresh skeleton project and then move your code over. > So, my 2nd question is : does -DXcodeProject=iphone use C or Obj-C backend ? This property is not related to the selection of the backend (which is determined by --target) but the kind of Xcode project that should be created. The -DXcodeProject=iphone specifies that an iphone project should be created (and not an ipad project). See --help for details. Arno |