1.

What Is The Class 'definition Not Found' Error In Android Sample Apps?

Answer»

This error occurs because the SDK JAR file is not added to the APPLICATION. Steps to FIX this ISSUE:

  • Go to the properties of the application.
  • Select Java BuildPath.
  • In Libraries Tab, Press "Add Jar" button and add the SDK_NAME.jar file.
  • Now go to "Order and Export" tab and Check/Select the "SDK_NAME.jar" file and press OK.
  • Rerun the application now.

This error occurs because the SDK jar file is not added to the application. Steps to fix this issue:



Discussion

No Comment Found