Feature Request P4
Status Update
Comments
ja...@google.com <ja...@google.com>
dh...@motorolasolutions.com <dh...@motorolasolutions.com> #2
a concerning line is:
emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3
what is the CPU in your computer?
The new emulator system requirements are posted here:
http://tools.android.com/tech-docs/emulator
emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3
what is the CPU in your computer?
The new emulator system requirements are posted here:
ar...@google.com <ar...@google.com>
lb...@gmail.com <lb...@gmail.com> #3
The processor is an AMD Phenom II x6 1075T, and it has AMD-V, as required by the new Android emulator in Linux (please see this link for more info on this CPU : http://www.cpu-world.com/CPUs/K10/AMD-Phenom%20II%20X6%201075T%20-%20HDT75TFBK6DGR.html )
It does not have SSSE3, but I don't see it as a requirement in the Android emulator specs.
It does not have SSSE3, but I don't see it as a requirement in the Android emulator specs.
se...@gmail.com <se...@gmail.com> #4
[Comment deleted]
da...@gmail.com <da...@gmail.com> #5
The same for me.
I have an AMD Phenom II x6 1090T running Ubuntu 14.04 64 bit, which doesn't support SSSE3. API 22 x86 works. API 23 x86 doesn't work (i.e. emulator starts but its screen keeps black).
I have an AMD Phenom II x6 1090T running Ubuntu 14.04 64 bit, which doesn't support SSSE3. API 22 x86 works. API 23 x86 doesn't work (i.e. emulator starts but its screen keeps black).
Description
I would like to change the color of a specific path in my VectorDrawable programmatically.
So that I can avoid adding multiple copies of the same drawable to my app.
VectorDrawableCompat has the capability to change the color of individual paths but it's not publically accessible. There are 3rd party libraries that copy and expose the API to achieve this but It would be great if the API officially supported.