我正在使用Qt Creator开发应用程序。我只想为特定的Dialog.I创建XML使用布局,但是如何将这个XML添加到项目中?
我在main_activity的目录中添加了这个xml( myApplication \ android-source \ res \ layout )
但是当我尝试编译时,我在创建此错误后收到此错误:
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.
我应该将此XML添加到资源(.qrc)还是什么?
这是我的build.xml:
答案 0 :(得分:0)
使用工具:context 作为属性之一,并将其设置为 .MainActivity 。