QT 5.4.1 for Android Ubuntu QtWebView Demo
2015-5-15
目录
一、说明:
二、参考文章:
三、QtWebView Demo在哪里?
四、Qt Creator 3.4.0能打开QtWebView Demo?
五、Qt Creator如何生成AndroidManifest.xml?
一、说明:
- 参考文章主要是针对QT 5.4.1 for Android Ubuntu 12.04环境搭建出现的一些问题。
- 本文的QtWebView Demo说明都是在Windows环境下做的,Ubuntu下类似。
二、参考文章:
1. Why can't I run the android emulator?
http://stackoverflow.com/questions/3631709/why-cant-i-run-the-android-emulator
2. How to install libqtwebkit5?
http://askubuntu.com/questions/378397/how-to-install-libqtwebkit5
3. Ubuntu SDK Release PPA for Ubuntu 14.04 LTS.
https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa
4. [Solved] [Linux] Unknown module(s) in QT: webkitwidgets
https://forum.qt.io/topic/40378/solved-linux-unknown-module-s-in-qt-webkitwidgets
三、QtWebView Demo在哪里?
1. 通过QT 5.4.1 for Android自带的Qt Creator 3.3.1可知,我们安装的的软件中有QtWebView的Demo程序,在额外安装的Qt Creator 3.4.0中是看不到的。
2. 可以在<QT 5.4.1 for Android安装路径>/Examples下找到QtWebView的Demo,我自己的路径是:D:QTinstallExamples。
四、Qt Creator 3.4.0能打开QtWebView Demo?
答案是可以打开,程序也能正常编译运行,但请尽量不要在源代码上直接修改,拷贝一份源代码再进行编译、修改等工作。
五、Qt Creator如何生成AndroidManifest.xml?
1. 在网上查了些资料,但可能因为QT 5.4.1 for Android版本问题,这个版本和以前的版本不一样,配置操作:
2. 生成文件:
3. 接下来就可以在AndroidManifest.xml中配置你想要的的设置,如横屏之类的。