Fixed
Status Update
Comments
hb...@gmail.com <hb...@gmail.com> #2
Bug keeps present in version 4.4(Kit-Kat)
do...@gmail.com <do...@gmail.com> #3
Still not fixed in 5.0.2 r1
wrong:
&& mTempDate.get(Calendar.DAY_OF_YEAR) != mMinDate.get(Calendar.DAY_OF_YEAR))
correct:
&& mTempDate.get(Calendar.DAY_OF_YEAR) == mMinDate.get(Calendar.DAY_OF_YEAR))
p.s. after 10months a "+1 me too" post is justified imo
wrong:
&& mTempDate.get(Calendar.DAY_OF_YEAR) != mMinDate.get(Calendar.DAY_OF_YEAR))
correct:
&& mTempDate.get(Calendar.DAY_OF_YEAR) == mMinDate.get(Calendar.DAY_OF_YEAR))
p.s. after 10months a "+1 me too" post is justified imo
en...@google.com <en...@google.com> #5
Guys, this is still not fixed in M. Is this some kind of a joke?
ea...@gmail.com <ea...@gmail.com> #6
Easiest fix in the world and they weren't able to fix (or apparently even notice) this bug for over 3 years. How could they NOT notice this themselves? I mean their TESTS should've brought this up!
np...@gmail.com <np...@gmail.com> #8
Thank you for your feedback. We have tried our best to address the issue reported, however our product team has shifted work priority which doesn't include this issue. For now, we will be closing the issue as "Won't Fix (Obsolete)". If this issue still currently exists, we request that you log a new issue along with the latest bug report here: https://goo.gl/TbMiIO and reference this bug for context.
ge...@gmail.com <ge...@gmail.com> #9
+1 to above comment , I am using latest android studio / updated sdk and emulator ,kitkat x86 system image , still shows up : linker: libdvm.so has text relocations.
Its not fixed.
Its not fixed.
co...@gmail.com <co...@gmail.com> #10
Still getting this, cbf posting versions, just fix it
en...@google.com <en...@google.com> #11
we can't change the past.
Description
i get the above warning whenever installing an app to the Android 4.4.2 Kitkat emulator with x86 sysimg. I am using "adb install" from the command line on Os X 10.9.2
Host OS: OS X 10.9.2
SDK tools version: 22.6.2
Platform targeted by your project: android-19
Version of the platform running in the emulator: android-19
STEPS TO REPRODUCE:
1. Run "adb install <apk-file>
EXPECTED RESULTS:
Output without warning:
Success
OBSERVED RESULTS:
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
Success