刚刚安装了 Android Studio 来试一试。我正在尝试为我的应用程序创建一个测试模块,无论我使用什么方法,我总是会收到以下错误:"Error: No AndroidManifest.xml file found in the main project directory..."。
我使用的方法:
1) 从 Android Studio: 新建 > 模块 > 测试模块
2) 从命令行: android create test-project -m "main_path" -n "project_name" -p "test_path"
关于如何解决这个问题的任何想法?