[SOLVED] Android Tutorial Video
-
https://www.youtube.com/watch?v=yhdi6JONtQo
I'm following along this tutorial and at 18:50 - 19:05 this does not happen for me. Is there something I missed? It does not create an android folder in my source directory.
Any thoughts?
-
The android folder and the .xml file gets only create when you click on the button:
project settings->Android for whatever -> Execution -> Deployment Configuration (expand to seet the details) -> Button "Create AndroidManifest.xml".
Until then, a default file is used.
-
This is the original, before I click on the button:
!http://i.imgur.com/NEzHGIZ.jpg(before)!This is after I click run:
!http://i.imgur.com/Bx4b1OF.jpg(After)!Shouldn't I be seeing the android folder right there? In the tutorial Video he has it on his.
-
The project structure has been changed a lot with QT 5.2. ( or was it 5.1? I dont remeber). The Video seems to use an older release.