Can not compile Android version

When I try to crosscompile my application for Android I get following error, without additional info
Can anybody tell me what is wrong?

[createAPKmakefile] Android sdk version = ‘.14’
The following error occurred while executing this line:
U:\mobile_IdeaManager_\targets\AND_generic_Android4xAPI.xml:17: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:31: The following error occurred while executing this line:
D:\wMMobileDesigner\Devices\Android\generic\Android4xAPI.xml:54: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:164: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:635: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:740: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
D:\wMMobileDesigner\Platforms\Android\platform_buildscript.xml:11: The following error occurred while executing this line:
D:\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
D:\wMMobileDesigner\Platforms\Android\platform_buildscript.xml:640: java.lang.NullPointerException

Hi Martin,

Do other Android handset targets (i.e. not the generic ones) work correctly for you?
Have you set the correct properties in your sdk.properties for Android? ensure that you have correct values for android.package, android.bin.dir.root and android.platform.dir.root. You may also wish to define


android.14.bin.dir.root=${android.bin.dir.root}
android.14.platform.dir.root=${android.bin.dir.root}/platforms/android-14

if you have not done so already.

If you’re still having problems after this point, let me know and I’ll organise taking a closer look at your project’s setup.

Hi Mark,

Yes I have set the properties in sdk.properties file for Android. I haven’t tried other, not generic, handsets yet, but I have tried both generic handsets.

Hi Martin,

The next rollout of Mobile Designer (#400) will include some additional error messages that should help us diagnose what your problem is. However, I'll also contact you directly by e-mail and get a copy of your project to see if I can discover the problem.