当前位置:   article > 正文

关于 “exported needs to be explicitly specified for <activity>.” 问题的解决。_16:20 error: android:exported needs to be explicit

16:20 error: android:exported needs to be explicitly specified for element

报错问题:

 exported needs to be explicitly specified for <activity>

意思就是: “ 需要为<activity>明确指定导出。”,

也就是在activity 里添加 android:exported 属性。

如下图:

 上面的BUG就解决了!

 ------------------------------------------------------------------------------------------------------------------------------

后面的话我又遇到了新的bug。

Android 调试报错:Could not connect to remote process. Aborting debug session.

原因是android:exported 的属性设置成 false 了,

只需要将它的属性值设置成 true 即可。

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/正经夜光杯/article/detail/824112
推荐阅读
相关标签
  

闽ICP备14008679号