腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
无法
通过
Android
App
调用
外部
HTTP
App
android
、
android-studio
我已经
通过
电容器创建了一个
android
应用程序,但是我
无法
通过
Android
Studio Emulator访问
HTTP
API。我已经像这样修改了我的文件: build.gradle(:
app
)
android
{ applicationId "c
浏览 13
提问于2020-07-22
得票数 0
回答已采纳
1
回答
工具栏和标签没有出现在ViewPager中
android
、
android-fragments
、
tabs
、
material-design
时,我没有得到工具栏和Tabs xmlns:
app
="
http
://schemas.
android
.com/apk&
浏览 4
提问于2016-02-17
得票数 1
回答已采纳
2
回答
如何将卡与残疾FAB重叠?
android
、
android-layout
、
android-cardview
我试着
通过
给FAB设置一个更高的海拔来设置卡片和FAB的高度,但是当它被禁用时,它还是会上升到上面。="
http
://schemas.
android
.com/apk/res/
android
" xmlns:
app
="
http
://schemas.
android
.com/apk/res-auto"
android
:layo
浏览 1
提问于2021-04-07
得票数 3
回答已采纳
2
回答
通过
使用目标SDK 29在
Android
10上启用遗留
外部
存储,从作用域存储中究竟选择了什么?
android
、
scoped-storage
通过
在清单文件中添加
android
:requestLegacyExternalStorage="true“来启用遗留存储。我的应用程序的现有功能不适用于
Android
10。例如因
浏览 2
提问于2020-11-04
得票数 0
2
回答
Android
RecyclerView滚动条不工作
android
、
android-recyclerview
、
scrollbar
> xmlns:
app
="
http
://schemas.
android
.com/apk/res-auto" xmlns:tools="
http
:&
浏览 0
提问于2018-07-08
得票数 1
1
回答
response.sendredirect不在
外部
应用程序中工作
java
、
angular
、
ajax
、
spring-mvc
、
jakarta-ee
当我从
外部
应用程序
调用
时,Response.sendRedirect(URL)
无法
工作。我正在并行地处理两个企业应用程序。应用程序A:从应用程序B:检索响应的response httpServletResponse.setHeader("Location", "
http
:/&
浏览 6
提问于2020-05-27
得票数 0
回答已采纳
2
回答
如何让片段视图从头开始
android-studio
、
android-fragments
代码如下: <androidx.constraintlayout.widget.ConstraintLayout xmlns:
android
="
http
://schemas.
android
.com/apk/res/
android
" xmlns:
app
="
http
://schemas.
android
.com/apk/res-auto&quo
浏览 25
提问于2021-01-30
得票数 0
1
回答
不能将com.google.
android
.material.navigation.NavigationView转换为androidx.drawerlayout.widget.DrawerLayout(
Android
)
java
、
android
、
android-studio
、
navigation-drawer
、
androidx
如果我错过了应该添加到这个帖子中的代码,请告诉我--我是
Android
的新手。谢谢你能给我的任何信息。) at
android
.view.View.access$3100(View.java:778) at
android</em
浏览 1
提问于2021-06-09
得票数 0
回答已采纳
1
回答
使定制的xml形状成为
android
android
、
android-layout
、
android-drawable
、
shapes
> <item
android
:id="@+id/ring1">
android
:innerRadiusRatio=""
浏览 2
提问于2020-12-04
得票数 0
2
回答
Exoplayer在全屏模式下启动它
java
、
android
、
android-layout
、
user-interface
、
exoplayer
我正在尝试在全屏模式下
通过
intent启动Exoplayer。我尝试在文档和stackoverflow上查找,但什么也找不到。
浏览 0
提问于2018-06-06
得票数 2
1
回答
在约束布局上设置最大高度
java
、
android
、
android-layout
、
constraints
、
android-constraintlayout
android
:layout_width="match_parent"
app
:layout_constraintBottom_toBottomOf
app
:layout_constraintTop_toBottomOf="@+id/instruction_subtitle" />
浏览 46
提问于2021-05-23
得票数 2
回答已采纳
2
回答
使用底座导航杆
java
、
android
、
android-fragments
、
navbar
我试着在活动之间做一个底部导航栏到导航栏,但我发现使用片段非常令人困惑,所以我尝试使用,但它不工作,试图寻找一些我可以使用的东西,但我没有在网上找到任何东西,所以有经验的人可以使用没有碎片的底部导航栏。 private BottomNavigationView.OnNavigationItemSelectedListener = new BottomNavigationView.OnNavigationItemSelectedListener() {
浏览 0
提问于2019-03-28
得票数 0
回答已采纳
1
回答
如何在actionbar/工具栏下面打开最新的
Android
导航抽屉?
android
、
navigation-drawer
="
http
://schemas.
android
.com/apk/res/
android
"
android
:layout_height.widget.DrawerLayout xmlns:
android
="
http
://schemas.
android
.com
浏览 2
提问于2015-11-02
得票数 1
2
回答
java.lang.SecurityException:在测试中使用UiAutomation时的权限拒绝: getIntentSender()
android
、
android-testing
、
android-uiautomator
每当我试图在
通过
进行的任何测试中使用getInstrumentation().getUiAutomation()时,进程都会崩溃,但有以下例外: at
android
.
app
.IUiAutomationConnection$Stub$Proxy.disconnect(IUiAutomationConnection.java:225) at
android
.
app
.UiAutomat
浏览 3
提问于2014-11-25
得票数 14
回答已采纳
1
回答
Android
2视图的简单布局
android
、
android-layout
不知道如何实现简单的东西。我需要两个视图的布局和下一个行为:当文本是长的,它的椭圆大小和按钮总是可见的和全宽度。 现在我知道那个按钮要脱离屏幕了
浏览 0
提问于2018-08-21
得票数 1
回答已采纳
1
回答
如何在导航到自导航组件时显示回键?
android
、
android-jetpack
、
android-architecture-navigation
我已经设置了这样的导航栏 setContentView(root) toolbar.setupWithNavController(fragment.navController,AppBarConfiguration(fragment.navControlle
浏览 1
提问于2020-09-30
得票数 0
回答已采纳
1
回答
错误:在包“包名”中找不到属性'roundLayout‘的资源标识符
android
、
eclipse
、
wear-os
我在以下属性(
app
:RectLayout和
app
:圆形布局)上遇到了问题,它给出了xml中的错误,说明<
android
.support.wearable.view.WatchViewStub xmlns:
android
="
http
://schemas.
android
.com/apk/res/
andr
浏览 2
提问于2014-08-19
得票数 3
回答已采纳
1
回答
如何在ToolBar活动中添加StaggeredGridView
android
、
gridview
、
toolbar
>xmlns:
app
="
http
://schemas.
android
.com="vertical"> <com.etsy.
android
.grid.Stagger
浏览 2
提问于2016-11-04
得票数 0
回答已采纳
1
回答
将片段滚动到TabLayout中不起作用
android
、
listview
、
scroll
、
android-tablayout
> xmlns:
app
="
http
://schemas.
android
.com/apk/res-a
浏览 3
提问于2016-10-07
得票数 3
回答已采纳
2
回答
为什么EditText和NavigationIcon之间的宽度不相等
android
、
toolbar
<
android
.support.v7.widget.Toolbarxmlns:
app
="
http
://schemas.
android
.com/apk/res-auto"
android</e
浏览 1
提问于2017-01-05
得票数 2
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券