解决方案 »

  1.   

    在4.0手机上运行,最小sdk版本在4.0,大概15以下就行;编译可以高一点。
      

  2.   

    target和compile with都选4.0吧
    还有,你这个错误是模拟器的还是真机上报的?
      

  3.   

    https://code.google.com/p/android/issues/detail?id=61710
      

  4.   

    试过,依然提示同样的错误呢~   =。= btw,感谢分享。
      

  5.   

    在manifest中设置一下吧<uses-sdk
            android:minSdkVersion="5"
            android:targetSdkVersion="14" />
      

  6.   

    去除依赖包  Android Dependencies,在eclipse中右键这个文件夹,在Build Path选项中选择  remove it from build path
      

  7.   

    这个是正解, 麻烦的是, 你关掉eclipse,重新进入, 这个包又在, 你又要重新删除了
      

  8.   

    在 “java  build  path” 的”libraries“ 中remove 掉
      

  9.   

    最新的19版本会在你的项目下建立一个依赖包 Android Dependencies,在eclipse中右键这个文件夹,在Build Path选项中选择 remove it from build path
      

  10.   

    修改下 project.properties 里边的内容,
    target=android-14改成 target=android-8
      

  11.   

    修改下 project.properties 里边的内容,
    # Project target.
    target=android-16我这样设置后解决了,楼上的android-8在我这里解决不了问题。
    16应该对应的是android4.1
      

  12.   

    缓冲区溢出错误找到Android Dependencies  右键Build Path -> remove it from build path
      

  13.   

    http://note.youdao.com/share/?id=e02e1617ad920481fb2a0888e921ef4d&type=note
      

  14.   

    学习一下,到CSDN是为了更好地码农
      

  15.   

    [quote=引用 7 楼 wuximing 的回复:
    去除依赖包  Android Dependencies,在eclipse中右键这个文件夹,在Build Path选项中选择  remove it from build path
      

  16.   

    去除依赖包  Android Dependencies,引用的其他工程就无法引用了