安卓开发遇到的报错信息

1.Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 16 是由于编译兼容设成1.7,sdk没有,改回1.6有的就能够了。html

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

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

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

何尝试解决,是链接oracle数据库更新数据报错的shell

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

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

拔掉手机从新连,而后重启adb网站

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

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

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导入工程时,选错了。

相关文章
相关标签/搜索