在运行gradle构建时,我发现了以下错误,我想我错过了build.gradle中的一些地方,
提前谢谢。
发布于 2014-09-29 15:02:26
在“主”文件夹中创建一个AndroidManifest.xml文件。它不见了。一个例子可以是:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.something" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<!-- Define your activities and other stuffs here. -->
</application>
</manifest>https://stackoverflow.com/questions/26100533
复制相似问题