摘要:
ZZ:http://www.blogjava.net/anchor110/articles/355699.html1、在工程下新建lib文件夹,将需要的第三方包拷贝进来。2、将引用的第三方包,添加进工作的build path。3、(关键的一步)将lib设为源文件夹。如果不设置,则程序编译可以通过,但运行的时候,会报: java.lang.NoClassDefFoundError升级了 adt18.真奇怪。。。 阅读全文
posted @ 2012-04-13 16:09
Answer.
阅读(2428)
评论(0)
推荐(0)
摘要:
zz: http://hi.baidu.com/%CE%DE%D0%C4%B1%B1%BE%A9/blog/item/e76270cdcb77bd0e00e928ea.htmlThe artefact you are seeing is known as "banding" and it is aconsequence of your display being 16bitsperpixel.(OnAndroid 2.2 and lower the default pixel format is 16-bit(565/PixelFormat.OPAQUE).)The bes 阅读全文
posted @ 2012-04-13 10:34
Answer.
阅读(1226)
评论(0)
推荐(0)