Android studio导出错误

时间:2015-07-01 07:03:10

标签: android-studio

我正在尝试在android studio中创建我的第一个应用程序,但遇到了一些麻烦。我的应用只是用/HappyBirthday/app/src/main/res/drawable的背景说生日快乐 还有一个按钮,当点击播放歌曲生日快乐但当我尝试将其导出到我的htc一个m8测试我有多个错误,一个说太多输入处理,另一个说没有可调试。我相信这些发生在默认的hello world应用程序也是如此,但是它成功地导出了,这让我相信它的代码问题,下面的代码中的所有内容都可以吗?

<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:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"
android:background="@drawable/colage" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
    android:id="@+id/textView" />

<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Happy Birthday!"
    android:onClick="playMusic"
    android:id="@+id/button"
    android:layout_below="@+id/textView"
    android:layout_centerHorizontal="true"
    android:layout_marginTop="134dp" />

</RelativeLayout>

有问题吗?它告诉我我应该使用字符串,但它的建议对吗?所以,由于导出工作没有工作,我以为我会制作一个apk,但它要求一个我没有的jsk密钥库。我还确保安装了所有驱动程序。

1 个答案:

答案 0 :(得分:0)

至于字符串

如果你想做一个你可以做的字符串,如果你不想这样做,你可以选择

JSK密钥库

您可能已经使用过

  • 构建
  • 生成签名的apk

这是因为你要求Signed Apk

您需要点击Keystore按钮

创建Create new