AWS android SDK simpleDB导入

时间:2014-03-29 11:29:06

标签: java android eclipse amazon-web-services

我正在开发一个使用AWS的Android应用程序,所以我下载了sdk并导入了simpleDB的样本,称为SimpleDB_Highscores,但是有一些问题,我尝试过我能找到的所有东西,但没有任何反应。和应用程序崩溃

  1. 我无法在eclipse中导入sdk,就像它在tutorial
  2. 上所说的那样
  3. 我修复了导入库但现在无法找到R.java文件或gen文件夹。 java.xxx导入也有错误。
  4. 请帮助

    编辑:

    此外,我发现sampleapp本身没有gen文件夹。现在,当我清理时,我在控制台上获取这些

    [2014-03-29 13:34:50 - SimpleDB_HighScores] Unable to resolve target 'android-10'
    
    [2014-03-29 13:34:50 - SimpleDB_HighScores] Project compiler settings changed. Clean your project.
    
    [2014-03-29 13:48:45 - S3_UploaderActivity] Unable to resolve target 'android-10'
    
    [2014-03-29 13:48:45 - S3_UploaderActivity] Project compiler settings changed. Clean your project.
    
    [2014-03-29 13:48:58 - appcompat_v7] Unknown error: org.eclipse.core.internal.resources.ResourceException: File not found: C:\Mayank\MyDroid\workspace\appcompat_v7\AndroidManifest.xml.
    
    [2014-03-29 13:48:59 - appcompat_v7] /appcompat_v7/gen already exists but is not a source folder. Convert to a source folder or rename it.
    
    [2014-03-29 13:49:00 - testapp] ERROR: resource directory 'C:\Mayank\MyDroid\workspace\appcompat_v7\res' does not exist
    
    [2014-03-29 14:01:25 - SimpleDB_HighScores] Unable to resolve target 'android-10'
    
    [2014-03-29 14:01:25 - S3_UploaderActivity] Unable to resolve target 'android-10'
    
    [2014-03-29 14:01:28 - appcompat_v7] /appcompat_v7/gen already exists but is not a source folder. Convert to a source folder or rename it.
    
    [2014-03-29 14:01:28 - testapp] ERROR: resource directory 'C:\Mayank\MyDroid\workspace\appcompat_v7\res' does not exist
    

0 个答案:

没有答案