No rendering target selected using Android Studio

前端 未结 10 2318
天涯浪人
天涯浪人 2021-02-20 09:32

My Android Studio in activity_main.xml showing this problem: \"Rendering Problems No render target selected\" Help?

10条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-20 09:49

    Check the Android manifest file to see if you have specified this

    
    

    If not then add this, it solved the error for me.

提交回复
热议问题