yuerolling

Results 2 issues of yuerolling

java.lang.ClassCastException: class com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.SourceCodeEditorWithMultiRepresentationPreview cannot be cast to class com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl (com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.SourceCodeEditorWithMultiRepresentationPreview is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @26fb713f; com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl is in unnamed module of loader com.intellij.util.lang.PathClassLoader @1c53fd30) at org.objectweb.asm.idea.ShowBytecodeOutlineAction$3.compute(ShowBytecodeOutlineAction.java:159) at...

最近处理安卓 相关文字渲染 emoji 文字,发现android上不显示,官方的demo无论是2.1.0的tag还是main分支都不显示。 我现在基于2.1.0分支的代码,开发的功能 ,在鸿蒙上正常,在android上emoji就不显示,调试发现 ` >tgfx::GlyphID glyphID = textTypeface ? textTypeface->getGlyphID(characterUnicode); >auto glyphCodec = fontEmoji->getImage(glyphID, nullptr, nullptr); >auto glyphImage = tgfx::Image::MakeFrom(glyphCodec);` 如果是emoji文字的话 glyphID正常,但时候后面的glyphCodec都是null 目前测试俩平台,鸿蒙正常,安卓异常,代码是一套