Questions tagged «android-studio»

用于询问有关使用Android Studio(谷歌针对Android应用开发的官方IDE)的问题。一般而言,请勿使用有关Android编程的问题;而是使用[android]标签。

10
Play Studio不随附适用于API 23的Android Studio模拟器
我从最新版本的Android Studio AVD中选择了此模拟器。 我选择了最新版本的android API23。因为它说的是“ with Google APIs”,所以我认为它实际上将包括所有Google应用,包括Play商店,以便我可以安装Facebook之类的应用。 我已经看过SO上似乎已经过时的其他线程(如何在Android Studio模拟器中安装Google Play应用程序?),该线程提供了基于通用软件包安装Google应用程序的说明,但仅适用于Android 4.3 API 18:http://wiki.rootzwiki.com/Google_Apps#Universal_Packages_2 我想要一个API23。是否可以在模拟器上安装Google Apps软件包? 奇怪的是,官方的android模拟器并不是所有google应用程序的标准配置,这似乎并不十分支持google,这可能意味着开发人员必须购买实际的设备才能开发API 23。 ?

6
Android Studio在哪里gradle.properties文件?
我正在尝试生成一个签名的apk,但是我总是遇到相同的错误。 To run dex in process, the Gradle daemon needs a larger heap. It currently has approximately 910 MB. For faster builds, increase the maximum heap size for the Gradle daemon to more than 2048 MB. To do this set org.gradle.jvmargs=-Xmx2048M in the project gradle.properties. 我无法归档该文件,但尝试修改gradle-wrapper.properties,但仍然遇到相同的错误。 这是我的gradle-wrapper.properties文件 #Thu May 05 …


11
如何从Android Studio手动重新启动ADB
我以前在Android Studio上开发过Android应用程序。一切正常。 我在真实设备上工作,Android Studio可以毫无问题地识别它。 突然,当我退出android studio并断开连接并重新连接设备时,它不再识别我的设备,我必须退出并重新启动Android Studio。 我找不到像Android Studio这样的“重置adb”方法。 我遵循以下说明(工具-> Android->启用ADB集成)并启用了ADB,但仍然在下面发生错误。 错误:- 我使用Windows系统。 任何帮助极大的赞赏。

8
“没有缓存版本……可用于脱机模式。”
在Android Studio中构建新的Hello World项目时收到错误消息: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'MyApplication2'. > Could not resolve all dependencies for configuration ':classpath'. > Could not resolve com.android.tools.build:gradle:0.9.1. Required by: :MyApplication2:unspecified > No cached version of com.android.tools.build:gradle:0.9.1 available for offline mode. BUILD FAILED Android …

8
如何解决NoClassDefFoundError:无法解决以下问题:Landroid / view / View $ OnUnhandledKeyEventListener;
我已经将Android Studio升级到 Android Studio 3.2 Build #AI-181.5540.7.32.5014246, built on September 17, 2018 JRE: 1.8.0_152-release-1136-b06 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.11.6 我使用“空活动”模板创建一个新项目 Sync Gradle Clean Build Run 我的应用程序logcat在启动时显示此异常 2018-09-27 13:51:41.116 22090-22090/? I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2018-09-27 …

6
渲染期间引发异常:无法找到模式0
更新BuildTools到版本25.0.0之后。 compileSdkVersion 25 buildToolsVersion "25" 我在使用Android布局预览时遇到问题。现在显示错误: 渲染期间引发异常:无法找到模式0 我试图清理和重建项目,但是没有用。在更新之前,一切都很好。 我知道我可以返回到的BuildTools早期版本,但是我想知道为什么它不适用于该版本25.0.0? 似乎是一个问题 RecyclerView java.lang.IllegalStateException: Unable to locate mode 0 at android.view.DisplayInfo.findMode(DisplayInfo.java:458) at android.view.DisplayInfo.getMode(DisplayInfo.java:445) at android.view.Display.getRefreshRate(Display.java:648) at android.support.v7.widget.RecyclerView.onAttachedToWindow(RecyclerView.java:2392) at android.view.View.dispatchAttachedToWindow(View.java:15392) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2953) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2960) at android.view.AttachInfo_Accessor.setAttachInfo(AttachInfo_Accessor.java:42) at com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:333) at com.android.layoutlib.bridge.Bridge.createSession(Bridge.java:429) at com.android.ide.common.rendering.LayoutLibrary.createSession(LayoutLibrary.java:389) at …





22
Flutter插件未安装错误;跑扑医生时
我Flutter SDK在LinuxUbuntu 16.4系统上进行配置。运行扑医生时,为什么会出现以下错误?我已经指定了PATHS为flutter和dart在.bashrc但是当我跑我得到这个错误flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v0.5.1, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK 28.0.2) [✓] Android Studio (version 3.1) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ …

30
Android Studio-未找到JVM安装
我在尝试启动时遇到问题 Android Studio 当我尝试在安装后启动它时,出现此错误: No JVM Installation found. Please install a 64 bit JDK. 我当前的系统规格: 操作系统:Windows 8.0 64 bit version 已安装JDK:JDK 1.8.0 我尝试过的 我尝试了在错误中报告的内容,并且在大多数解决方案中都尝试将JDK_HOME环境变量中的变量设置为我的JDK路径(64位版本),即C:\Program Files\Java\jdk1.8.0_05 *I also have tried rebooting system, just in case to test if the environment variable is not working without a restart 我已经看过这些解决方案并尝试过,但没有一个起作用,所以不要将其标记为以下任何一个的重复: Windows 7上的Android Studio安装失败,找不到JDK …


17
错误:无法打开zip文件。Gradle的依赖项缓存可能已损坏
我更新了android studio 2.3,并且存在一个错误,gradle无法构建,并且在所有项目中都给我同样的错误。 Error:Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) <a href="syncProject">Re-download dependencies and sync project (requires network)</a> <a href="syncProject">Re-download dependencies and sync project (requires network)</a> 我已经在寻找解决方案,但是没有找到任何解决方案。我试过了: Invalidate Caches / Restart... 但没有任何改变。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.