腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
安装
Material
Design
for
android
studio
时
出错
android
、
android-studio
、
gradle
、
material-design
在过去的几天里,我已经熟悉了
Android
Studio
,它在很大程度上是稳定的,直到我添加了
Material
Design
依赖项,并且在构建项目
时
遇到了一大堆错误。这是我的build.gradle文件 apply plugin: 'com.
android
.application' compileSdkVersion 27 implementatio
浏览 13
提问于2020-06-10
得票数 0
回答已采纳
3
回答
android
.support.
design
.widget.TextInputLayout实例化失败
android-layout
、
material-design
我尝试在安卓系统中使用TextInputLayout
时
遇到错误我的显示错误的xml文件是-
android
.support.
design
.widget.TextInputLayout (Open Class, Show Errorlibrary. 11-25 00:58:30.967: E/AndroidRuntime(27848): at
android
.support.
design
.widg
浏览 4
提问于2015-11-26
得票数 9
回答已采纳
4
回答
导入Snackbar
时
出错
android
、
android-studio
、
android-snackbar
我试着添加"
android
.support.
design
“依赖,但没有起作用。import
android
.support.
design
.widget.Snackbarapply plugin: 'com.
android
.application' compileSdkVersion 27 applicationId "in.an
浏览 0
提问于2018-06-15
得票数 0
回答已采纳
7
回答
无法设置浮动操作按钮,因为找不到类(
Android
Studio
)
android
所以我对
android
还很陌生,我正在尝试使用
Android
Studio
中的在上设置一个浮动的动作按钮。' compileSdkVersion 22 applicationId:appcompat-v7:22.2.0' compile 'com.
android
.support:support-v4:
浏览 7
提问于2015-06-10
得票数 10
3
回答
如何在
Android
应用中添加材料设计图标-字体
android
、
icons
、
material-design
、
icon-fonts
、
google-material-icons
在我看到的
Android
材料设计网站上,你可以使用图标字体,但没有任何迹象表明你可以在
android
应用程序中做到这一点,而不是png和svg图标本身。 在
android
中可以使用图标字体吗?
浏览 6
提问于2016-04-15
得票数 2
5
回答
无法解析
android
.support.
design
。迁移到AndroidX之后
android
、
textview
、
android-support-library
、
androidx
、
android-snackbar
我正在尝试使用以下代码片段获取TextView的Snackbar:但是
Android
并没有解析设计库。
浏览 0
提问于2018-10-18
得票数 93
回答已采纳
3
回答
无法解析符号“NavigationView”
android
、
navigationview
我在XML文件中在DrawerLayout中创建了一个DrawerLayout--但是当我尝试用DrawerLayout初始化它
时
,我会得到这个错误。> Could not find com.
android
.support:
design
:22.2.1.22.2.1/
design
-22.2.1.pom https://jcenter.bintray.com/com/
android
/support/
desig
浏览 3
提问于2015-07-28
得票数 12
回答已采纳
4
回答
Android
Studio
Material
Design
....styles.xml
android
、
android-studio
、
material-design
、
android-appcompat
我想在我的应用程序中使用AppTheme
android
:Theme.
Material
.Light.DarkActionBar。我在构建21...My文件中有支持库com.
android
.support:appcompat-v7:22.0.0。我想在values文件夹下创建第二个样式文件。
浏览 0
提问于2015-04-16
得票数 4
4
回答
将材质设计图标导入
android
项目
icons
、
material-design
有没有一种简单的方法可以将
Material
Design
icons存储库的所有图标导入到
android
项目中,而不需要手动操作?
浏览 66
提问于2015-02-24
得票数 167
回答已采纳
1
回答
错误:在片段中膨胀TabLayout
时
出现java.lang.ClassNotFoundException
android
、
android-layout
、
android-tablayout
每当
Android
试图在我的片段中膨胀TabLayout
时
,我就会收到错误: java.lang.ClassNotFoundException。我正在使用Kotlin,不确定这是否重要。-- our tablayout to display tabs -->
android
:id="@+:support-compat:28.0.0' implementation '
浏览 22
提问于2019-03-07
得票数 3
回答已采纳
3
回答
错误:无法解析':app@debug/compileClasspath‘的依赖关系
android
、
android-studio
、
gradle
我是
Android
的新手。unable-to-resolve-dependency-for-appdebug-compileclasspath-could-not-resolv 我的应用gradle看起来像这样: apply plugin: 'com.
android
.
an
浏览 0
提问于2019-12-21
得票数 0
1
回答
无法解析TabLayout
java
、
android
、
layout
、
android-support-library
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.
android
.gms:play-services-ads:18.2.0' implementation'androi
浏览 23
提问于2019-10-27
得票数 0
回答已采纳
3
回答
AndroidX包
android
.support.
design
.R不存在
android
、
androidx
当我将我的项目转换为AndroidX
时
,我会遇到知道怎么解决吗?
浏览 0
提问于2018-12-04
得票数 24
回答已采纳
8
回答
无法实例化
android
.support.
design
.widget.TextInputLayout
java
、
android
、
android-textinputlayout
我想将
android
.support.
design
.widget.TextInputLayout集成到我的安卓应用程序中。我已经将jar文件
android
-support-
design
.jar从sdk复制到了应用程序库文件夹。我在我的xml文件中为电子邮件EditText添加了以下代码, <
android
.support.
design
.widget.TextInputLayout <em
浏览 7
提问于2016-07-17
得票数 17
回答已采纳
2
回答
未找到导入
android
.support.v7.app.AppCompatActivity
android
、
android-studio
现在,当我在
android
studio
中打开其他项目
时
,发现在所有其他项目中都出现了错误import
android
.support.v4.view.GravityCompat;import
android
.support.v7.app.ActionB
浏览 94
提问于2019-07-23
得票数 1
2
回答
停留在
Android
Studio
闪屏(启动屏幕)!
android
、
android-studio
、
java-8
、
ide
、
android-studio-2.3
安装
java(JDK)。在CMD和java中使用JAVAC命令。然后作为
安装
程序
安装
,但在加载
时
挂起!我有正确的环境。变量,并将所有内容完美地设置好。后来,我尝试了disable.
android
.first.run=true,但没有得到任何SDK或缺少SDK消息:( 当我放入正确的SDK路径(AppData),它就会卡在那个窗口上,不让我启动新的项目
浏览 0
提问于2017-07-02
得票数 0
2
回答
Flutter:为什么默认填充是8.0?
flutter
、
visual-studio-code
我不知道其他集成开发环境,但是当我用Padding小部件包装我的小部件
时
,VS代码会自动将EdgeInsets设置为8.0。它是一个随机数,还是背后有某种逻辑?
浏览 19
提问于2021-06-02
得票数 0
回答已采纳
11
回答
无法在支持设计库中找到
android
.support.
design
.widget.Snackbar
android
、
android-support-library
这是我的分级文件: compileSdkVersion 23 minifyEnabled false compile
浏览 11
提问于2015-12-14
得票数 53
1
回答
com.google.
android
.
material
.button.MaterialButton和
android
.support.
design
.button.MaterialButton有什么不同
android
、
material-design
Android
Studio
3.3.2在我的新安卓项目中,我想使用新的安卓材料按钮。我找到了两个包: com.google.
android
.
material
.button.MaterialButton
浏览 0
提问于2019-03-10
得票数 4
2
回答
如何为材料设计TextInputLayout增加价值(setText)?
java
、
android
、
settext
如何在
android
studio
中setText到材质设计TextInputLayout (
Material
Design
)?我的xml代码:
android
:id="@+id/barcodeAdd"
android
:layout_width="match_parent"
浏览 19
提问于2020-05-04
得票数 5
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
腾讯会议
活动推荐
运营活动
广告
关闭
领券