Fixed
Status Update
Comments
be...@google.com <be...@google.com>
ga...@google.com <ga...@google.com> #4
[Empty comment from Monorail migration]
ad...@gmail.com <ad...@gmail.com> #6
Ok, my issue(218892) was merged with this because duplicate.
So, just in case, i attach my screenShotes.
So, just in case, i attach my screenShotes.
be...@google.com <be...@google.com> #7
Assigning to Ivan for Gradle plugin side
jp...@google.com <jp...@google.com> #8
Lukas, Gradle Plugin is not able to set the encoding with JackInProcess true for now. I think it is in the Jack side for now.
be...@google.com <be...@google.com> #9
ah sorry, didn't realize the Jack API is still needed
be...@google.com <be...@google.com> #10
Internal build of Jack provides this API, reassigning to Ivan for Gradle side.
jp...@google.com <jp...@google.com> #11
It is on test in Jack side. Please, wait a little.
jp...@google.com <jp...@google.com> #12
Need support in Gradle Plugin. Need to talk with Ivan for API.
da...@gmail.com <da...@gmail.com> #15
I add '-Dfile.encoding=UTF-8' in the 'Android Studio\bin\studio64.exe.vmoptions file' to change the default VM encoding.It's ok before the 'Target-2.3 Release'
th...@gmail.com <th...@gmail.com> #16
Google please test your updates before pushing them, you have just ruined my entire bloody project.
th...@gmail.com <th...@gmail.com> #17
upgrading to api 28 and to the new java 1.8 damaged all my files, I opened the style file and I found java codes from another files in it, I opened a java file and i found lines from gradle setting, I opened gradle settings and I found weird logos and shit, I worked my ass for a fucking year on this project, test your fucking shit. lucky I have an old backup., but I lost weeks of work.
how on earth you can open a new bloody empty project, and you open main activity layout and you find the stupid error telling you failed to render the layout, you can't even put a text box, not even HELLO WORLD is visible..A NEW PROJECT..you shouldn't push your stupid broken update to the public.
how on earth you can open a new bloody empty project, and you open main activity layout and you find the stupid error telling you failed to render the layout, you can't even put a text box, not even HELLO WORLD is visible..A NEW PROJECT..you shouldn't push your stupid broken update to the public.
ko...@gmail.com <ko...@gmail.com> #18
R
Description
Windows 10.
gradle plugin com.android.tools.build:gradle:2.1.2
compileSdkVersion 24
buildToolsVersion "24.0.1"
targetSdkVersion 24
STEPS TO REPRODUCE:
1) Create any sample android project, enable jackjill support.
2) Add
if(!"\u0401\u0436\u0438\u0433".equals("Ёжиг")) {
throw new RuntimeException("Encoding fail");
}
into any executed code.
3) Note that there is design-time warning that it compares identical strings.
4) Run the project and see that when jack compiler is enabled it throws the exception and when it is disabled it works as expected.
EXPECTED RESULTS:
"\u0401\u0436\u0438\u0433".equals("Ёжиг") must always be true
OBSERVED RESULTS:
"\u0401\u0436\u0438\u0433".equals("Ёжиг") is false when jackjill is in use