Running JUnit with Android SDK
I got some minor problem with Android SDK trying to run Junit test on it. Eventually I found the answer by following the last post in this forum message:------------- start ----------------
Project-Properties > Java Build Path > Libraries > Android Library -->
Shows:
"com.android.ide.eclipse.adt.project.AndroidClasspathContainerInitializer"
Delete it, then:
Add external JARs... > Select latest SDK-Folde
-----------end-----------------------
It totally worked. Awesome.

0 Comments:
Post a Comment
<< Home