hello,
after 3 days of fixing annoying issues caused by the latest tools update, i 
have come to one final issue.

i have an android project (not a library) in my eclipse.
this project uses classes from other normal java projects in eclipse 
(non-android projects) which i have put in the build path of the android 
project.

this has always worked smoothly until the update to sdk tools 17, where all 
the classes from those referenced projects were not found at runtime 
anymore. i have tried all possible methods of adding them as libraries to 
the main android projects but without success.

so, how can you reference normal java projects from an android project as 
of sdk tools 17?


the only workaround i have found so far is:

create an intermediate android-library (!) project.
remove all dependencies from the main android project.
add all dependencies to the library project via build path.
add the library project as a 'library' in the android-part of the main 
android project.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to