Issues ****** Activity class does not exist ============================= Trying to install two applications and had various errors including: :: Error: Activity class {com.sample/com.sample.BasicIntent} does not exist. ...and... :: [2009-08-30 14:40:40 - BasicIntent] ActivityManager: Starting: Intent { comp={com.sample/com.sample.BasicIntent} } [2009-08-30 14:40:40 - BasicIntent] ActivityManager: Error type 3 [2009-08-30 14:40:40 - BasicIntent] ActivityManager: Error: Activity class {com.sample/com.sample.BasicIntent} does not exist. [2009-08-30 14:42:54 - com.android.ide.eclipse.common.project.AndroidManifestParser] Parser exception for /BasicIntent/AndroidManifest.xml: Element type "activity" must be followed by either attribute specifications, ">" or "/>". [2009-08-30 14:42:54 - BasicIntent] Error in an XML file: aborting build. Both applications had the same ``package`` name in the manifest: :: R cannot be resolved ==================== Start by checking the *Problems* tab to make sure there are no errors in the XML files. Eclipse sometimes likes to add an ``import android.R`` statement at the top of your files that use resources, especially when you ask Eclipse to sort or otherwise manage imports. This will cause your make to break. Look out for these erroneous import statements and delete them. For details, see `R cannot be resolved`_ If you create packages below the package shown in the manifest, then import the auto-generated ``R`` file e.g. ``import my.package.R`` USB Driver for Windows ====================== If Windows cannot install the USB driver then see :doc:`device` .. _`R cannot be resolved`: http://stackoverflow.com/questions/885009/r-cannot-be-resolved-android-error