我正在尝试生成 ant 构建文件。但我收到一个错误
"The build class path order of the source directories of project library is not correct. Exported Ant buildfile will not compile your sources correctly until you swap the order of these directories:
gen<->src"
我使用 file->export->Ant-buildfile 从 eclipse 构建
当我尝试从命令行构建时,我收到:
$ ant debug
Buildfile: /build.xml
BUILD FAILED
Target "debug" does not exist in the project "com.Grupp01.gymapp.MainActivity".
错误和日食的屏幕截图: