alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.13k stars 1.48k forks source link

某些机型,dialog.show时,报资源找不到,Resource ID #0x0 #206

Closed leidroid closed 6 years ago

leidroid commented 6 years ago

错误大致日志如下: android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:255) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2187) at android.content.res.Resources.getLayout(Resources.java:1178) at android.view.LayoutInflater.inflate(LayoutInflater.java:424) at android.view.LayoutInflater.inflate(LayoutInflater.java:377) at android.support.v7.app.AppCompatDelegateImplV9.b(SourceFile:292) at android.support.v7.app.AppCompatDialog.setContentView(SourceFile:83) at android.support.v7.app.AlertDialog.onCreate(SourceFile:1225) at android.app.Dialog.dispatchOnCreate(Dialog.java:514) at android.app.Dialog.show(Dialog.java:380) 请问什么原因引起的

lilongAAAA commented 6 years ago

创建alertdialog请设置theme进去