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)
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:


No comments:
Post a Comment