android 问答列表

Places API 不起作用。错误:您必须在 Google Cloud 项目上启用结算功能

作者:Arjun 提问时间:7/25/2020

我有一个 Android 应用程序,我使用 Google 地图显示附近的地方,如加油站、药店等。我正在使用地图和地点API。 https://maps.googleapis.com/maps/api...

索引 0 处的 DateTimeParseException 和 ThreeTenABP

作者: 提问时间:1/17/2020

我正在尝试使用 ThreeTenABP 解析时间字符串(因为我必须支持 min SDK 19)。我认为字符串是 ISO 8601: 20200117T172638.000Z 我收到以下异常: o...

创建 typeconvertor 以将 Int 时间戳转换为 LocalDate

作者:Murphler 提问时间:5/10/2021

最好的方法是什么。我使用 2 个不同的 API,一个以 String 形式返回日期,另一个以 Int 时间戳的形式返回日期,格式为 162000360 我正在将 ThreeTen 向后移植用于日期/...

日期:getDisplayName 方法仅在 CI 上向 dayOfWeek 添加点字符

作者:goemic 提问时间:12/10/2020

与在本地运行 UnitTest 相比,在 CircleCI 上运行的 UnitTest 中调用会返回不同的值。localDate.getDayOfWeek().getDisplayName 下面是简...

Android 上的 ThreeTen-Backport 错误 - ZoneRulesException:未注册时区数据文件

作者:Matan Itzhak 提问时间:7/9/2016

我正在将 ThreeTen-Backport 库用于我的 Android 项目(因为 java.time 尚未在 android 开发中实现)。 当我写或收到以下异常时:LocalDate toda...

错误:不兼容的类型:对象无法转换为 LocalDate

作者:Murphler 提问时间:5/12/2021

在我的JSON响应中,我收到日期作为时间戳值,例如: "dt":1620345600 我正在尝试使用 ThreeTen BP 库将其转换为 LocalDate。我尝试按如下方式应用 TypeCo...

错误 org.threeten.bp.format.DateTimeParseException

作者:gojic 提问时间:7/8/2021

我知道有很多类似的问题,但不能将这些解决方案应用于它们。 我正在尝试转换我从服务器获得的日期,这种格式: 然后我尝试将其转换为毫秒,如下所示:2019-07-26T02:39:32.4053394 ...

Android 软键盘覆盖 EditText 字段

作者:Alexis 提问时间:7/21/2010

有没有办法让屏幕滚动以允许看到文本字段?...

使用 ThreetenBp 解析 DateTime 会导致 DateTimeParseException 或不完整的字符串错误

作者:c-an 提问时间:5/4/2020

我正在尝试检查日期是否已超过一天。 我在解析字符串时得到了这些错误。 java.lang.IllegalArgumentException: Pattern ends with an incomp...

如何使 LocalDate 和 LocalTime 可包裹?

作者:Marianne Rojas 提问时间:8/18/2019

我是 android 的新手,并使用 ThreeTenABP(因此它与更多设备兼容)LocalDate 和 LocalTime 预约管理 android 应用程序,我需要使它们可包裹。 我有可分包的...


共2856条 当前第8页