http://ads.buzzcity.net/adpage.php?partnerid=40096
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
[Android] android上使用手机跑adb存取data目录 | 1102 | 0 | 0 | 2012-06-18 | |
[Android] Using DialogFragments | 657 | 0 | 0 | 2012-05-15 | |
[Android] Android Apps Break the 50MB Barrier | 664 | 0 | 0 | 2012-03-21 | |
[Android] Unifying Key Store Access in ICS | 999 | 0 | 0 | 2012-03-21 | |
[Android] ant调用properties中文乱码问题 | 1525 | 0 | 0 | 2012-03-17 | |
[Android] Android调用平台内部功能 | 847 | 0 | 0 | 2012-02-24 | |
[Android] 应用开发项目中使用proguard的注意事项 | 760 | 0 | 0 | 2012-02-21 | |
[Git] 解决git pull时出现的几个问题 | 1318 | 0 | 0 | 2012-02-21 | |
[Android] Share With Intents | 644 | 0 | 0 | 2012-02-10 | |
[Android] Android and Security | 583 | 0 | 0 | 2012-02-08 | |
[Android] New Social APIs in Android ICS | 639 | 0 | 0 | 2012-02-03 | |
[Android] Android Developers on Google+ | 583 | 0 | 0 | 2012-02-01 | |
[Android] Say Goodbye to the Menu Button | 855 | 0 | 0 | 2012-02-01 | |
[Android] How can I keep my services from getting killed? | 1490 | 0 | 0 | 2012-01-17 | |
[Android] Introducing the Android Design site | 683 | 0 | 0 | 2012-01-13 | |
[Android] Levels in Renderscript | 703 | 0 | 0 | 2012-01-13 | |
[Android] Holo Everywhere | 1530 | 0 | 0 | 2012-01-04 |
chinaunix网友2010-12-25 16:58
博主你好!我朋友给我一个不用的 Camangi webstation ws171 就是你10月博客里写的http://blog.chinaunix.net/u/23800/showart_2357241.html,苦于速度奇慢,android还是1.5的,软件也装不了几个,不好在这留电话,留个email:tommylu@sina.com.cn,能不能给我一个高点版本的rom,或者告诉我怎么升级,谢谢了!!!
chinaunix网友2010-11-16 13:45
博主,你好,我也想参照着做一个,可是没成功,我的QT中找不到mkspecs/目录中的android-g++/目录,好像没有,是不是我下载的版本不对,我下载的是for windows,还有一个everywhere版本里都没有android-g++/目录,这可怎么办,进行不下去了。望博主指教,谢谢。
chinaunix网友2010-08-30 09:19
我也是参照这篇文章做的。同样使用的qadk-r4-1.tar.bz2 。qt-android-lighthouse的源码不是通过git获取的,而是在这个地址下载的http://qt.gitorious.org/~taipan/qt/android-lighthouse/trees/android-4.7。 在源码目录下 ./androidconfig.sh make -j 4 都顺利通过了。 然后使用bin目录下的新生成的qmake代表原qt的qmake,来编绎我新建的例子(已配置TEMPLATE = lib CONFIG += dll)。不成功,提示“QMAKESPEC has not been set ...”。
chinaunix网友2010-08-25 08:43
博主可以抽空看一下我的问题吗?主要是3那个问题“QMAKESPEC has not been set ...”,我尝试过加-spec参数或者在.bash_profile加QMAKESPEC环境变量都不行。指向路径android-g++或者qt安装目录下的linux-g++都不对。 另外博主试验的环境是什么配置?