Hello, I seem to have a problem with defining a test for a service I am developing the Project where the service is located has a project dependency towards a Commons project which is an Android Library. the code is running fine when running as an android app however when running tests the tests fail stating BackendTest] Test run failed: java.lang.NoClassDefFoundError which fails because it cannot resolve a class located in the commons eclipse has no problems resolving the class however all my tests fail due to unresolved dependencies the commons project is included both in the backend project and the test project however this did not bring to any results.. any ideas?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en