问题标签 [android-studio-3.0]
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.
bitbucket - 适用于 Android Studio 2.0/2.1/3.0+ 的 Bitbucket 插件 1.2.1 不兼容
我已将我的 Android Studio 版本更新为 2.0,并且在加载 Android Studio 时遇到了 bitbucket 插件 1.2.1 的不兼容问题。
Android Studio 的事件日志说: “
加载插件时发现
插件错误问题:
以下插件与当前 IDE 构建不兼容:Bitbucket”
任何人都可以帮助我吗?
提前致谢。
android - 安卓模拟器无法上网
我知道以前也有人问过类似的问题,但是我的问题是在安装了2017年3月最新版本的Android Studio 2.3之后才出现的。我有几年开发Android应用程序的经验,以前从未遇到过这个问题。升级到 Android Studio 2.3 版本后,我的模拟器无法再访问互联网。我什至从头开始卸载/重新安装了 Android Studio 2.3 并创建了一个新的模拟器,但我仍然遇到同样的错误。这不是应用程序问题。我什至无法从 Chrome 访问互联网,上周我没有遇到这个问题。我收到的消息说找不到服务器 DNS 地址 - DNS_PROBE_FINISHED_BAD_CONFIG。上周我的电脑上唯一改变的是新版本的 Android 加上可能更新到 Windows 10。是的,我的电脑可以访问互联网。下面是我尝试使用 Chrome 搜索“Google”时的模拟器图像。
android - 如何在 Android Studio 3.0.0 中使用数据绑定和 Kotlin
我刚开始使用 Android Studio 3.0.0,但是每次我尝试构建我的项目时,我都会收到此错误:
我在用
在我使用之前
它工作得很好......我做错了什么?
谢谢!
android - android studio 3.0 Canary 1:项目刷新失败
我试图在这个新的Android Studio 3.0 Canary 1中加载我的项目。它在我之前的Android Studio 版本 2.4 预览版 7中完美运行
这是我面临的错误:
我的 gradle 配置如下:
项目级构建 Gradle:
库模块 Gradle:
应用模块 Gradle:
有没有人面临同样的问题?
android - Android Studio Preview 3.0 - 运行免安装应用时应用安装失败
我是运行即时应用程序的新手。根据android 开发者文档,我创建了一个新的“Hello World”项目,支持即时应用程序。
但是,在运行“instantapp”时,会出现以下错误:
如果有人可以提供帮助,我将不胜感激。
android - Android Studio 3.0 Canary 1 GRPC 错误
在我升级到 Android Studio 3.0 Canary 1 后,Android Studio 中的 logcat 选项卡无法正常工作。它连续输出以下错误日志。我不知道怎么了。
05-19 18:05:18.676 10029-10072/com.example.chansoncc.bodypractice E/GRPC: tcp_client_posix.c:176] 无法连接到“ipv4:127.0.0.1:12389”:套接字错误:连接被拒绝
任何人都可以帮忙吗?
android - 将 Retrolambda 替换为 Android Studio 3.0 Java 8 内置功能
在我的项目中,我使用了流行的库retrolambda。我刚刚下载了新的 Android Studio 3.0 Canary 1。
我已经更新了我的项目以使用新版本的 Gradle 等。一切都很好。
Android Studio 3 中的新增功能内置了对一些 Java8 功能的支持。新 AS3 建议删除 retrolambda 并使用这些功能。
我已删除 retrolambda,Gradle 构建成功,但应用程序因此错误而崩溃(在有 lambda 的地方)
我在我的项目中使用 RxJava2。我不确定这是否与它有关,但在我的情况下,Java8 的内置功能似乎不起作用。也许我需要在“某处”设置一些东西?
我的 Gradle 文件
根项目
应用模块
android - How to use AndroidStudio sample resources?
As presented on Google I/O 2017, the AndroidStudio has now a sample resources type that can reference JSON files (useful to preview lists with different elements on each position).
How do I configure my project to use this new resource? I've attempted to reproduce the code, but it doesn't compile.
The video that presents this new resource is available here: https://www.youtube.com/watch?v=Hx_rwS1NTiI&t=6m48s
java - 错误:将字节码转换为dex时出错:原因:未找到:Ljava/lang/Object;
我尝试使用 android 3.0。我将我的 android 项目升级到 android studio 3.0 之后我无法运行我的项目并且我有这个错误。我使用 MultiDex 并使用 java 8。
这是我的 build.gradle
这是我的编译错误
android - Android Studio 3.0 Canary 1下无法编译
我尝试在 AS 3.0 Canary 1 下编译我的 Android 项目(它在 AS 2.3.2 稳定版本上运行良好)但失败并出现以下错误:
我不确定这是否与我导入的 guava 19.0 库有关。我使用的库如下: