Assigned
Status Update
Comments
ja...@gmail.com <ja...@gmail.com> #2
can you share your android studio version
vs...@google.com <vs...@google.com>
je...@google.com <je...@google.com>
la...@gmail.com <la...@gmail.com> #4
Note: This worked for me on Windows 7 Pro 32-bit (with Android Studio 2.3.3). Seems like an issue with adt-branding module (which should contain the "/idea/AndroidStudioApplicationInfo.xml" resource).
je...@google.com <je...@google.com>
ja...@gmail.com <ja...@gmail.com> #5
Hi, also happened on Mac Book Pro 15 retina mi-2015
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
jb...@google.com <jb...@google.com> #6
Thank you for this feedback. Your feedback helps make sure Android development tools are great! Given your issues has been resolved I am closing this issue.
tr...@block.xyz <tr...@block.xyz> #7
Sad that we have to use something like this to accept the license
Description
Onboarding new developers and keeping existing developer machines up to date is an atrocious experience. "Download the SDK, run this thing, install these packages, restart the thing, download more packages, no not those packages, add a local.properties pointing to the folder". The SDK embedded in Eclipse and Android Studio is even worse to deal with.
I should be able to clone any Gradle-based repo and on first import into AS or first ./gradlew execution an interactive prompt takes me through one or more of the following:
* Downloading the base SDK
* Installing/updating build-tools
* Installing/updating the current compilation API
* Installing/updating the Maven repos for support libs or Play Services
Unfortunately Google does't expose old versions/revisions of some of these things so older versions can't live in parallel let alone even be downloaded, but let's take this one step at a time...