为了账号安全,请及时绑定邮箱和手机立即绑定

我的代码错误

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:paddingBottom="@dimen/activity_vertical_margin"
   android:paddingLeft="@dimen/activity_horizontal_margin"
   android:paddingRight="@dimen/activity_horizontal_margin"
   android:paddingTop="@dimen/activity_vertical_margin"
   tools:context="com.example.dingning.dingning">

   <TextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:text="Hello World!"
       android:layout_centerVertical="true"
       android:layout_centerHorizontal="true"
       android:id="@+id/textView" />
   <Button
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:text="New Button"
       android:id="@+id/button"
       android:layout_above="@+id/textView"
       android:layout_centerHorizontal="true"
       android:layout_marginBottom="100dp"/>

</RelativeLayout>






这是我的代码,运行不了,但是没有红色提醒哪里错了系统说

Error running dingning: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.

大神教我这是怎么回事?

正在回答

1 回答

菜单栏,Tools -> Adnroid -> enable ADB integration

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
与Android Studio的第一次亲密接触
  • 参与学习       105339    人
  • 解答问题       239    个

Google亲儿子AndroidStudio即将上位,赶紧学习安装配置、使用技巧

进入课程

我的代码错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信