应用程序不会在Android Studio 2.1.2中运行

时间:2016-07-03 11:35:17

标签: android android-studio

我正在尝试运行一个非常基本的代码,但由于某种原因,它没有安装,运行应用程序需要很长时间没有结果。

<?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.android.justjava.MainActivity">

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hello World!" />

我觉得有一个更新或我遗漏的东西,但我是新手,所以我很难确定。任何帮助将非常感激!

0 个答案:

没有答案