i in wrong (accedently) removed the android dependencies, please how to add it again?
Asked
Active
Viewed 73 times
2 Answers
3
If you are using Eclipse, try right-clicking on the project and selecting "Android Tools/Fix Project Properties"

Ken Wolf
- 23,133
- 6
- 63
- 84
-
it works but I got this exception again Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Ljavax/ws/rs/core/MultivaluedMap; – Smolina Fezaphitsh Jun 03 '13 at 19:08
-
Try deleting the /gen/ and /bin/ folders and cleaning the project. This problem is also described here: (http://stackoverflow.com/questions/7870265/unable-to-execute-dex-multiple-dex-files-define-lcom-myapp-rarray) – Ken Wolf Jun 03 '13 at 19:10
-
I have checked that questions millions of time before , it didn't help me :((((((((( – Smolina Fezaphitsh Jun 03 '13 at 19:11
-
I think I answered your original question about dependencies though... :) – Ken Wolf Jun 03 '13 at 19:11
-
I have already did here http://stackoverflow.com/questions/16903009/unable-to-execute-dex-multiple-dex-files-define-ljavax-ws-rs-core-multivaluedma – Smolina Fezaphitsh Jun 03 '13 at 19:14
-
please help me http://stackoverflow.com/questions/16966656/android-bitmap-isnt-created-from-base64 – Smolina Fezaphitsh Jun 07 '13 at 06:57
0
project-right click-properties-go to BuildPath-libraries-AddLibrary-android classpath container-next and finish

anddevmanu
- 1,459
- 14
- 19