Package Details: android-studio 2024.2.1.12-1

Git Clone URL: https://aur.archlinux.org/android-studio.git (read-only, click to copy)
Package Base: android-studio
Description: The official Android IDE (Stable branch)
Upstream URL: https://developer.android.com/
Keywords: android
Licenses: Apache
Submitter: TamCore
Maintainer: kordianbruck (SailReal)
Last Packager: SailReal
Votes: 1081
Popularity: 7.14
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2024-12-02 21:46 (UTC)

Pinned Comments

C0rn3j commented on 2024-10-26 17:04 (UTC)

2024.2 added a Wayland backend, not enabled by default. Works fine for me so far.

https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/

Latest Comments

« First ‹ Previous 1 .. 45 46 47 48 49 50 51 52 53 Next › Last »

<deleted-account> commented on 2013-05-17 12:04 (UTC)

@TamCore I see that package too, but since I uninstalled everything to try a clean installation (removing all the packages installed from "android update sdk"), now I have a new error: Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later. I checked the installed version and it is correct: $ pacman -Qi android-sdk Name : android-sdk Version : r22-1

TamCore commented on 2013-05-17 10:21 (UTC)

@robertsms Please try installing android-sdk-build-tools as mentioned by audrius bellow.

mssun commented on 2013-05-17 09:53 (UTC)

Same problem with @develhox. "Failed to import new Gradle project: failed to find Build Tools revision 17.0.0". I have set the proxy in the Android Studio.

audrius commented on 2013-05-17 07:52 (UTC)

Actually you need android-sdk-build-tools instead of android-sdk-platform-tools.

ElAngelo commented on 2013-05-17 05:54 (UTC)

I get this error: YOur Android SDK is out of data or is missing templates. Please ensure you are using SDK version 22 or later. $ pacman -Qi android-sdk-platform-tools | head -n 2 Name : android-sdk-platform-tools Version : r17-1 $ pacman -Qi android-sdk | head -n 2 Name : android-sdk Version : r22-1 In the console i get this: $ android-studio OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-x86_64) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-x86_64) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) WARNING: You are launching the IDE using OpenJDK Java runtime. ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES! SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS! NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed please validate either STUDIO_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation. See http://ow.ly/6TuKQ for more info on switching default JDK. Press Enter to continue. [ 25419] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.ComponentEvent[COMPONENT_RESIZED (25,0 800x640)] on dialog0 java.lang.NullPointerException at com.intellij.openapi.ui.DialogWrapper$2.componentResized(DialogWrapper.java:186) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:160) at java.awt.Component.processComponentEvent(Component.java:6331) at java.awt.Component.processEvent(Component.java:6285) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Window.processEvent(Window.java:2022) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.awt.EventQueue$3.run(EventQueue.java:686) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:702) at java.awt.EventQueue$4.run(EventQueue.java:700) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:700) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:525) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1082) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:756) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:437) at com.intellij.openapi.ui.DialogWrapper.showAndGetOk(DialogWrapper.java:1460) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1435) at com.intellij.openapi.ui.Messages.showDialog(Messages.java:194) at com.intellij.openapi.ui.Messages.showDialog(Messages.java:206) at com.intellij.openapi.ui.Messages.showDialog(Messages.java:216) at com.intellij.openapi.ui.Messages.showErrorDialog(Messages.java:469) at com.android.tools.idea.wizard.NewProjectWizard.init(NewProjectWizard.java:77) at com.android.tools.idea.wizard.NewProjectWizard.<init>(NewProjectWizard.java:65) at com.android.tools.idea.actions.AndroidNewProjectAction.actionPerformed(AndroidNewProjectAction.java:34) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:151) at com.intellij.openapi.actionSystem.impl.ActionButton.actionPerformed(ActionButton.java:169) at com.intellij.openapi.actionSystem.impl.ActionButton.performAction(ActionButton.java:132) at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:310) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.awt.EventQueue$3.run(EventQueue.java:686) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:702) at java.awt.EventQueue$4.run(EventQueue.java:700) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:700) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:521) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) [ 25437] ERROR - com.intellij.ide.IdeEventQueue - Android Studio (I/O Preview) AI-130.677228 Build #AI-130.677228 [ 25438] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.7.0_21 [ 25438] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM [ 25438] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Oracle Corporation [ 25439] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux [ 25439] ERROR - com.intellij.ide.IdeEventQueue - Last Action: WelcomeScreen.CreateNewProject [ 46663] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(246,199),absolute(582,287),button=1,modifiers=Button1,clickCount=1] on frame0 java.lang.IllegalStateException: Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later. at com.android.tools.idea.wizard.NewProjectWizard.init(NewProjectWizard.java:78) at com.android.tools.idea.wizard.NewProjectWizard.<init>(NewProjectWizard.java:65) at com.android.tools.idea.actions.AndroidNewProjectAction.actionPerformed(AndroidNewProjectAction.java:34) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:151) at com.intellij.openapi.actionSystem.impl.ActionButton.actionPerformed(ActionButton.java:169) at com.intellij.openapi.actionSystem.impl.ActionButton.performAction(ActionButton.java:132) at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:310) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.awt.EventQueue$3.run(EventQueue.java:686) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:702) at java.awt.EventQueue$4.run(EventQueue.java:700) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:700) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:521) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) [ 46667] ERROR - com.intellij.ide.IdeEventQueue - Android Studio (I/O Preview) AI-130.677228 Build #AI-130.677228 [ 46668] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.7.0_21 [ 46668] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM [ 46668] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Oracle Corporation [ 46669] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux [ 46669] ERROR - com.intellij.ide.IdeEventQueue - Last Action: WelcomeScreen.CreateNewProject [ 48611] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated.

<deleted-account> commented on 2013-05-16 20:08 (UTC)

@TamCore It is installed. $ pacman -Qi android-sdk-platform-tools | head -n 2 Name : android-sdk-platform-tools Version : r17-1

gyscos commented on 2013-05-16 17:39 (UTC)

Shouldn't android-sdk-platform-tools be moved to optdepends as well ? It can be installed by android-sdk, along with the individual platforms.

TamCore commented on 2013-05-16 15:58 (UTC)

@develhox: Please make sure that the package android-sdk-platform-tools is installed. @ravicious I'll look into it later, but for now I can't see anything that I could fix.

<deleted-account> commented on 2013-05-16 13:56 (UTC)

When I try to create a new project, it fails with the following error: "Failed to import new Gradle project: failed to find Build Tools revision 17.0.0". What should I check? I have already updated all the android packages, installed Gradle and tested it with both Sun/Oracle Java and OpenJDK.

ravicious commented on 2013-05-16 13:48 (UTC)

Here you go. https://gist.github.com/anonymous/5591850