全部博文(89)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
exciting NDK R5 (android 2.3) | 1438 | 0 | 0 | 2010-12-08 | |
如何分析NDK crash的堆栈信息 | 3224 | 0 | 0 | 2010-11-24 | |
Sending messages between two processes | 698 | 0 | 0 | 2010-10-14 | |
http ssl client using C | 977 | 1 | 0 | 2010-10-12 | |
mmap sample | 1285 | 0 | 0 | 2010-08-03 | |
circular buffer in C | 2426 | 0 | 0 | 2010-07-29 | |
read pcm format file using C | 884 | 0 | 0 | 2010-07-17 | |
3D电子书 算法分析 | 655 | 0 | 0 | 2010-07-08 | |
simple proxy hunter in C | 705 | 0 | 0 | 2010-07-07 | |
使用NDK 播放和录制声音 | 3620 | 8 | 0 | 2010-07-07 | |
simple http client using C | 875 | 0 | 0 | 2010-07-06 | |
Writing efficient code For BlackBerry | 682 | 0 | 0 | 2010-04-02 |
chinaunix网友2010-04-30 01:38
呵呵,网上找Flex Preloader找了一圈终于找了个不错的,下载下来移到我博客上了,谢谢啦,欢迎访问本博http://www.lovestblog.cn
chinaunix网友2009-09-23 11:28
我制作了一个基于Android的共通资源包,譬如说包名叫做merix。因为这些资源是所用应用都要用的,所以想把它打成一个Jar包, 我怎么引用这些资源。 按照API文档的说法: 引用其他的资源,使用“@”记号,如下面的片段所示: attribute=”@[packagename:]resourcetype/resourceidentifier” Android假设你在相同的包内使用资源,如果你想引用其它包里的资源,只需要写全包名即可。 我将打包后的jar文件引入到一个新建的Android工程后,试图应用我已经定制好的资源,譬如: 报告错误: No resource found that matches the given name (at 'android:textColor' with value '@merix:color/white'). 求大侠,这个问题怎么解决! merix03@gmail.com 谢谢了!