Android: INSTALL_FAILED_MISSING_SHARED_LIBRARY
问题 I'm trying to use the following library in my Android app: http://www.jjoe64.com/p/graphview-library.html I donwloaded the .jar file and added it the Java Build Path, but I got the following error: java.lang.NoClassDefFoundError: com.jjoe64.graphview.GraphView$GraphViewData[] On further investigation, I discovered that I had to use the "uses-library" tag in the AndroidManifest under "application". However, I don't know what to enter under android:name. <uses-library android:name="com.jjoe64