I’m using Unity version 3.4.2 because I’m trying to get a plugin to work callled unity2eclipse which needs this version.
I’m attempting to build an Android version and whatever I try I’m getting the following error:
I have installed the SDK correctly and works fine via Eclipse. I realise that this now works in the latest versions of Unity, but I really need to get around this issue for this plugin to work.
I have tried making sure all API platforms after and including 8 exist and removed all the others.
3.4 is no longer maintained and will eventually become incompatible with the Android SDK tools since Google sometime changes the tools in a non-backwards compatible way. I’m not sure if this is the reason for you error or if it’s something else.
can you please post the output of :
ANDROID_SDK_ROOT/tools/android list targets
Also, out of curiosity, is the reason for using Unity2Eclipse the support for live wallpapers?