来源在这里(https://github.com/googlecodelabs/constraint-layout).
根据下面的说明,它表示添加垂直屏障,但我没有在菜单中看到添加选项.实际上整个菜单选项看起来不同. “添加垂直屏障”菜单在哪里?
Right click on ConstraintLayout in the blueprint or the Component
Tree. You will see the Add Vertical barrIEr and Add Horizontal barrIEr
options.
我正在运行AndroID 2.3.3.
build.gradle(模块:app)
apply plugin: 'com.androID.application'androID { compileSdkVersion 25 buildToolsversion "25.0.3" defaultConfig { applicationID "com.Google.Googleio" minSdkVersion 22 targetSdkVersion 25 versionCode 1 versionname "1.0" } buildTypes { release { MinifyEnabled false proguardfiles getDefaultProguardfile('proguard-androID.txt'),'proguard-rules.pro' } }}dependencIEs { compile filetree(dir: 'libs',include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.androID.support.constraint:constraint-layout:1.1.0-beta1'}解决方法
I am running AndroID 2.3.3.
我猜你的意思是说你正在运行AndroID Studio 2.3.3.在那种情况下,没有这样的菜单.这是在AndroID Studio 3.0中添加的,从今天开始提供测试版.
总结以上是内存溢出为你收集整理的在Android Android Studio的上下文菜单中添加约束布局障碍全部内容,希望文章能够帮你解决在Android Android Studio的上下文菜单中添加约束布局障碍所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)