XML : Qt- Adding custom XML from Android resource

I'm developing application with Qt Creator. I just want use layout for specific Dialog.I created XML, but how to add this XML to project?

I added this xml on main_activity's directory (myApplication\android-source\res\layout)

enter image description here

but when I try to compile, I get this error after creating this:

  BUILD FAILED  D:\1ADDDT\android-sdk2\android-sdk2\tools\ant\build.xml:716: The following error occurred while executing this line:  D:\1ADDDT\android-sdk2\android-sdk2\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.    

And I Should I add this XML to resource (.qrc) or what?

Here is my build.xml:

enter image description here

No comments:

Post a Comment