Can't Repro
Status Update
Comments
ak...@gmail.com <ak...@gmail.com> #2
I get this too. HTC Desire + FroYo
ak...@gmail.com <ak...@gmail.com> #3
Verified - not reading Artist info in WMA ID3 tags. Research indicates issue exists across Froyo implementation, not specific to any model phone.
di...@google.com <di...@google.com> #4
Also appears to affect AAC files.
an...@gmail.com <an...@gmail.com> #5
It is also affecting most, but not all, of my MP3 files. I'm getting "unknown artist," "unknown year," "unknown disc number" and "unknown track number" on the files affected. It appears to be affecting files in odd random ways, ie., I have the tag info for the first track of one album, but not the rest and the first 2 of another. There is also an issue with track duration reporting. Tracks are being reported with lengths of 20~30+ minutes.
di...@google.com <di...@google.com> #6
Same here unfortunately with unbranded HTC Desire and Android 2.2. Not sure whether to wait for a fix from Google or to convert my WMA into MP3..
Description
AI-171.4408382, JRE 1.8.0_152-release-915-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080, 1536x864
IMPORTANT: Please read
After the update to Android Studio 3.0, I cannot see the layout preview of my xml files. Even when I created a new project, it still wouldn't show. The error:
Could not initialize class android.graphics.Typeface
Exception raised during rendering: Could not initialize class android.graphics.Typeface (Details)
And when I click on Details, it shows:
java.lang.NoClassDefFoundError: Could not initialize class android.graphics.Typeface
at android.graphics.Paint_Delegate.reset(Paint_Delegate.java:1244)
at android.graphics.Paint_Delegate.<init>(Paint_Delegate.java:1198)
at android.graphics.Paint_Delegate.nInit(Paint_Delegate.java:694)
at android.graphics.Paint.nInit(Paint.java)
at android.graphics.Paint.<init>(Paint.java:481)
at android.graphics.drawable.ColorDrawable.<init>(ColorDrawable.java:49)
at com.android.layoutlib.bridge.impl.ResourceHelper.getDrawable(ResourceHelper.java:303)
at com.android.layoutlib.bridge.impl.ResourceHelper.getDrawable(ResourceHelper.java:249)
at com.android.layoutlib.bridge.impl.Layout.<init>(Layout.java:140)
at com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:288)
at com.android.layoutlib.bridge.Bridge.createSession(Bridge.java:384)
at com.android.tools.idea.layoutlib.LayoutLibrary.createSession(LayoutLibrary.java:193)
at com.android.tools.idea.rendering.RenderTask.createRenderSession(RenderTask.java:547)
at com.android.tools.idea.rendering.RenderTask.lambda$inflate$3(RenderTask.java:681)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
I feel like I'm coding blind without the preview. Please help me.