在我的Android Studio中没有菜单选项(res>菜单).how可以创建此菜单,我该怎么办?请帮忙
答案 0 :(得分:0)
如果没有菜单选项,则必须创建
右键点击res-> New -> Directory -> Create Menu
答案 1 :(得分:0)
.box{
width:300px;
height:300px;
background:black;
color:#fff;
font-size:20px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
之后
wget -O console-output.log ${BUILD_URL}consoleOutput