Android IDE Plug-in, error exporting application

Asked By 0 points N/A Posted on -
qa-featured

Hello,

Yesterday, I started having some problems with Android and Eclipse Helios. To try to fix it, I updated ADT plug-in and everything got worse. It seems Eclipse stopped being compatible with ADT. Can anyone help me please to fix this error ?

Thanks !

Android IDE Plug-in

Error exporting application:

Failed to add/var/folders/9f/q_v2pxwj22gg7h_bd9p0gxjp80000/T/android_4696010078183700092.dex

OK

SHARE
Answered By 0 points N/A #177301

Android IDE Plug-in, error exporting application

qa-featured

It seems that you are using Java version 7 which doesn't work well with Android SDK.

A small part of Java 7 can certainly be used with Android but its not fully compatible with android sdk.
Its better to use Java 6 which is fully compatible with all android sdk, and used without any IDE problem.

Related Questions