Android getTargetContext()报错
作者:
唔使朙 | 来源:发表于
2024-05-21 10:49 被阅读0次报错:Context appContext = InstrumentationRegistry.getTargetContext();
改为:
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
本文标题:Android getTargetContext()报错
本文链接:https://www.haomeiwen.com/subject/daqafjtx.html
网友评论