http://ads.buzzcity.net/adpage.php?partnerid=40096
发布时间:2012-12-26 16:44:40
This post focuses on one method only and in the case of AsyncTask.execute() it’s certainly motivated. The execution behavior is often misunderstood and it’s not easy to know whether tasks will be executed serially or concurrently.The ProblemAsyncTask is the most commonly used background execution te......【阅读全文】
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++都不对。 另外博主试验的环境是什么配置?