Fixed
Status Update
Comments
em...@gmail.com <em...@gmail.com> #2
can you share your android studio version
xa...@android.com <xa...@android.com>
pi...@gmail.com <pi...@gmail.com> #3
Is this happening with Studio 3.0?
pi...@gmail.com <pi...@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).
tb...@gmail.com <tb...@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)
[Deleted User] <[Deleted User]> #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.
fr...@gmail.com <fr...@gmail.com> #7
The issue still exists on the latest beta6. Just chiming in, we all know these things take time to figure out.
[Deleted User] <[Deleted User]> #8
The issue is still here indeed. It is annoying when you want to use the new features from gradle plug-in 1.4 like vector drawables.
[Deleted User] <[Deleted User]> #9
This issue can also be reproduced if Databinding 1.0-rc3 is added to the project. 1.0-rc2 and plugin 1.3.1 does not have this issue.
xa...@android.com <xa...@android.com> #10
Can you check with 1.5.0-beta1? we completely revamped this part. thanks.
pi...@gmail.com <pi...@gmail.com> #11
Can't answer that question, because our app crashes immediately after start with some class not found exception, looking for a class from library from dependencies. Probably time for another bug report.
tb...@gmail.com <tb...@gmail.com> #13
1.5.0-beta1 does fix the issue for me (reporter). Thank you.
Description
It appears to be a regression, because changing the plugin version to 1.3.1 fixes the issue.