1

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

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

4

2 回答 2

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>

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

于 2017-06-30T08:03:17.217 回答
0

选择设备,sdk 和主题,如下图:https://drive.google.com/open?id=0B7VdJKtF9NwGNVFKeE5zZ2pxVHM

于 2017-06-30T08:30:08.210 回答