Android Failed looking up window with support version 27.0.0

走远了吗. 提交于 2019-12-04 00:11:34

In my case it was due to the AppCompatActivity extend for the start activity, When it changed to Activity it is working fine!

You can try adding: maven { url "https://maven.google.com" }

Also set your support version to 27+

This has helped me in previous instance. Not tried it with 27.0.0 or 27.0.1

I know this is not the preferred approach but it can be used as a temporary fix. Wether you want to use it or ignore it, I leave it to you. But let me know if it works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!