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

adt新建的项目就有错误,为什么啊?

http://img1.sycdn.imooc.com//583449a90001ca8a13450723.jpgadt新建的项目就有错误,为什么啊?

正在回答

3 回答

如果不使用animation-play-state,动画播放过程中,如果突然停止,这时,默认行为是跳回到动画的开始状态。

utgwmvppjldksncrxzbcexekpmfpqcraxvhrowhaijbxl

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

你的xml文件activity没有布局(layout),你可以点开看,应该是空的,自己加一个布局吧!

<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.hello_world.MainActivity" >
    
    
    <!-- 控件放在这 -->
    
    
    
    </RelativeLayout> <!-- 勿删放在最后 -->

这是我的相对布局,不知道你能不能用!

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

value里面的Theme.改成android:

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

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312575    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

adt新建的项目就有错误,为什么啊?

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