zoukankan      html  css  js  c++  java
  • 安卓开发遇到的报错信息

    1.Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 16 是因为编译兼容设成1.7,sdk没有,改回1.6有的就可以了。

    Righ click on your project > properties > Java compiler > enable "project specific settings" Set Compiler compliance level to 1.6 reBuild your project

    http://www.cnblogs.com/xiaokang088/p/3829205.html

    2.java.sql.SQLException: ORA-01000: 超出打开游标的最大数

    未尝试解决,是连接oracle数据库更新数据报错的

    http://www.cnblogs.com/leipei2352/archive/2011/06/14/2080575.html

    3.ADB rejected shell command (ls -l /): closed

    拔掉手机重新连,然后重启adb

    http://blog.csdn.net/androiddevelop/article/details/8130416

    4.草料二维码生成网站http://cli.im/

    5.图标http://image.baidu.com/search/index?tn=baiduimage&ipn=r&ct=201326592&cl=2&lm=-1&st=-1&fm=result&fr=&sf=1&fmq=1477574293421_R&pv=&ic=0&nc=1&z=&se=1&showtab=0&fb=0&width=&height=&face=0&istype=2&ie=utf-8&word=%E6%89%AB%E7%A0%81App%E5%9B%BE%E6%A0%87

    6.error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.

    因为import导入工程时,选错了。

  • 相关阅读:
    字符串,列表,集合,字典,元组方法
    内置对象方法
    学生管理系统(2)
    1207
    PSP总结
    1130
    1123
    1118
    1109
    评论
  • 原文地址:https://www.cnblogs.com/froid/p/6003119.html
Copyright © 2011-2022 走看看