Android Release Export has encountered a problem.

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

Hello,

Every time I want to export some files using Eclipse this message appears. I never experienced such error before and I don’t know how to fix this. Can an expert tell me how to fix this error? What is causing this and how can I avoid this kind of errors in the future? Thank you!

Problem Occurred

‘Android Release Export’ has encountered a problem.

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

Details >> OK

SHARE
Answered By 0 points N/A #177513

Android Release Export has encountered a problem.

qa-featured

It seems to me obvious either the path is wrong or you are trying to export a file other than the APK.

Usually when you see 'C:Program' it means that wherever the path is specified should have double quotes because of the space in the path between Program and Files.

Just check and change the path of the SDK location.

It was under Windows > Preferences > Android > SDK location. I used the path "c:Program~1Androidandroid-sdk-windows".

Related Questions