我正在尝试为 Android 4.4 编译 ApiDemos。
我已经修复了不包含支持库的问题。但是,新资源文件夹“transition”无法编译。
它说文件夹转换的资源文件夹名称无效。
从编译的角度来看,我可以将其命名为“_transition”,而 Eclipse 会忽略它。但是,之后它就无法识别了。
R.过渡
我正在使用 Android 4.4 编译项目。
我还尝试通过更改清单使其仅在 Android 4.4 上运行,如下所示:
android:minSdkVersion="19" android:targetSdkVersion="19"
任何人,其他人能够成功编译和运行它吗?
BR,杰希尔
编辑:根据需要
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-19