Verified
Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
can you share your android studio version
an...@pluralsight.com <an...@pluralsight.com> #3
Is this happening with Studio 3.0?
uc...@google.com <uc...@google.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).
[Deleted User] <[Deleted User]> #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)
je...@google.com <je...@google.com>
je...@google.com <je...@google.com>
st...@google.com <st...@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.
ch...@gmail.com <ch...@gmail.com> #7
Test project:
https://github.com/CherryPerry/AOSP-Issue-235909
Studio Build: 2.3.0
Version of Gradle Plugin: 2.3.0
Version of Gradle: 3.4
JRE: 1.8.0_112
OS: Windows 8.1 pro
Studio Build: 2.3.0
Version of Gradle Plugin: 2.3.0
Version of Gradle: 3.4
JRE: 1.8.0_112
OS: Windows 8.1 pro
sk...@gmail.com <sk...@gmail.com> #8
Is this issue still being worked? it used to be assigned and had a target version of 2.4. I haven't checked in a while, but now it just says Status New with no assignment. Is the last project posted providing a reproducible test case? I'm unable to upgrade Gradle past 2.2.3 until this is resolved, so if there is some way I can help, please let me know.
va...@gmail.com <va...@gmail.com> #9
I have the same issue
Studio Build: 2.3.1
Gradle Plugin Version: 2.3.1
Gradle Version: 3.4.1
Studio Build: 2.3.1
Gradle Plugin Version: 2.3.1
Gradle Version: 3.4.1
4b...@gmail.com <4b...@gmail.com> #10
I have the same issue with the following configuration
Android Studio 2.3.2
Build #AI-162.3934792, built on April 21, 2017
JRE: 1.8.0_112-release-b06 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Android Studio 2.3.2
Build #AI-162.3934792, built on April 21, 2017
JRE: 1.8.0_112-release-b06 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
je...@google.com <je...@google.com>
hu...@google.com <hu...@google.com> #11
Thanks for your reports and the sample project! I am able to reproduce this error on 2.3.2 and have verified that it has been fixed in 3.0.0-alpha1, please try it out.
However with 3.0.0-alpha1, you might run into a different issue:https://issuetracker.google.com/issues/62100695 .
I'm closing this bug for now. Please follow the other bug for the second issue.
However with 3.0.0-alpha1, you might run into a different issue:
I'm closing this bug for now. Please follow the other bug for the second issue.
Description
Version of Gradle Plugin: 2.3.0
Version of Gradle: 3.3
Version of Kotlin Plugin: 1.0.6
Version of Java: jre1.8.0_121
OS: Windows 10 enterprise (10.0, build 14393)
Steps to Reproduce:
If I set up this options in app build.gradle
a) minifyEnabled true
and
b) splits {
abi {
enable true
}
}
... and then I run (build variant release) by the Run action (in Android Studio) or by the hotkey ALT+SHIFT+F10. This error constantly appears:
Error:path may not be null or empty string. path='null'
(the full stack trace in the attach)
If I start task "assembleRelease" by the "Gradle projects panel" (AS) or by a terminal (same task) everything is fine, and the task is finished without errors.