问题标签 [android-5.0-lollipop]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Android 支持库 v17
我刚刚下载了 Eclipse 4.4 Luna 并在上面安装了最新的 ADT 20。现在,包含了新 Android 项目的新模板。其中之一是“Android TV 活动”。
现有代码使用Android Support Library v17!!
但是我在任何地方都找不到新的支持库 v17!我搜索了 d.android.com,但仍然找不到。我在哪里可以找到它?
android - 在 L 预览中使用 Material 主题
L Developer Preview 当前处于 API 级别 20。但是,显然主题需要 API 级别 21。
@android:style/Theme.Material.Light.DarkActionBar
需要 API 级别 21
这是一个错误,是我做错了什么,还是不能在 L 预览中使用材质?
android - Android Studio 不会使用“L”版本构建
我正在尝试使用新的 L 开发版本构建我的模块,但出现错误
这是在自动生成的 Manifest.xml 文件中。
有任何想法吗?
android - 最新的支持库 v4 需要 minSdk(API 20, L Preview)?
我正在尝试使用 Android Studio 0.8.0 beta 和最新工具运行一个项目,它需要 API 20,因此无法在使用 API 19 的设备上运行
有任何想法吗?
android - L preview: Call requires API level 21 (current min is 20)
I am trying L and got an API level error. I have set the current min to 'L' but it seems Android Studio think it's 20.
How to fix it?
android - 如何导入 RecyclerView for Android L-preview
尝试使用支持库中的新 RecyclerView。我使用 SDK 管理器下载了支持库的 20 更新。
我已将 jar 文件添加到 libs 文件夹 - 并添加到构建路径 - 使用 RecyclerView 运气不好。
根据Android Developer's API还尝试使用 gradle 依赖项- 不确定这是否是正确的查看位置 - 此页面与 AndroidTV 更多相关:
无法同步项目。
有任何想法吗?
android - Android Studio - 无法指定自己的 minSdkVersion
今天早些时候安装了 Android L Developer Preview SDK 后,我想让我的应用程序与 Android L 和旧版本(如 Jelly Bean)兼容。我的应用程序使用的 minSdkVersion 为 16,但自从我试用了开发人员预览版后,Android Studio 似乎并不尊重我的 minSdkVersion。我试图让我的应用程序在我的 Galaxy Nexus (API 19) 上运行,这是我得到的错误:
这是我的 AndroidManifest.xml
这是我的 build.gradle:
android - Android L 忽略形状作为可绘制背景
我正在我的 Nexus 5 上测试 Android L Preview。我的应用程序有问题。
我有一些带有背景设置的 TextView:
而“rounded_textview”只是形状。它在 <=API19 下运行良好。
在 Android L 开发者预览版中,背景被忽略。我所有的 TextView 都是透明的。知道我在做什么错吗?
android - Android L ViewAnimationUtils 没找到?
我一直在测试 Android L SDK,并试图了解新的 Material 设计和查看动画。
具体来说,我想尝试让“显示效果”正常工作,但是缺少该类。
http://developer.android.com/preview/material/animations.html#reveal
让我失望的具体路线是
缺少 ViewAnimationUtils 类 - 还是我缺少一些依赖项?
编辑:对于 targetSDK、minSDK 和 compileSDK,我的 build.gradle 文件中有这些设置。