Android Studio 3.1 does not showing 'android' option under Tools menu

前端 未结 12 1050
旧时难觅i
旧时难觅i 2020-12-29 19:50

I am using android studio 3.1 for some development. But Its does not showing android option under Tools menu. Whereas Android studio 3.0 doesn\'t h

12条回答
  •  离开以前
    2020-12-29 20:18

    Add navigation folder inside res and add a file like below file. In this file, we have two activities that are UI will show in this navigation file.

    
    
    
        
        
    
    

    you can also add this navigation via right click in res folder and section add a new resource.

    By this, you will be able to see navigations on UI.

提交回复
热议问题