安卓不可用的项目,
使用安卓新工程,来复活
为了不修改包名和引用,
新工程 package name 和旧工程的一致
抄一下旧工程,任一代码文件的引用
修改 manifest 文件
- 添加 activity 标签
<activity android:name="com.raywenderlich.android.alltherecipes.MainActivity">
- 修改 application 标签,里面的 theme
android:theme="@style/Theme.AppCompat.Light">
原来是
android:theme="@style/Theme.Alltherecipes">
修改 layout 文件,