我无法在Android Studio布局编辑器中拖动放置小部件,我选择了空白活动但工作空间中没有应用程序背景(框架)

时间:2017-06-30 07:47:17

标签: android android-studio android-layout-editor

我已经安装了所有sdk并且已经正确安装但是我已经尝试了多次,但是我无法在应用程序框架中插入工具,小部件,按钮等等(无法在工作区中添加任何内容)

我的Android工作室窗口图片:https://drive.google.com/file/d/0B8AWJ5JO_e0xVV9KVEE0TUpMYWc/view?usp=drivesdk

2 个答案:

答案 0 :(得分:0)

看起来你已经摆脱了组件树。

尝试转到文本标签并粘贴

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
          android:orientation="vertical"
          android:layout_width="match_parent"
          android:layout_height="match_parent">

</LinearLayout>

或您需要的任何根布局......

答案 1 :(得分:0)

选择设备,sdk和主题,就像这样 图片:https://drive.google.com/open?id=0B7VdJKtF9NwGNVFKeE5zZ2pxVHM