`
xw302
  • 浏览: 123465 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android例子HelloTabWidget 运行报错 解决办法

阅读更多
最近android很火,老能看到新闻,咱也得与时俱进一下,按照官方文档学习了下,发现运行HelloTabWidget这个例子时报错,Google了一下,发现这个问题历史挺悠久的,目前按照
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html来做,需要做如下即可运行正常:
1、在res.draw下面添加:
ic_tab_artists.xml
ic_tab_artists_grey.png
ic_tab_artists_white.png
ic_tab_songs.xml
ic_tab_songs_white.png
ic_tab_songs_grey.png

xml内容参照ic_tab_artists.xml

2、修改AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.example.helloandroid"
      android:versionCode="1"
      android:versionName="1.0">

    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".HelloTabWidget"
                  android:label="@string/app_name"
                  android:theme="@android:style/Theme.NoTitleBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>       
        
        <activity android:name=".AlbumsActivity" android:label="@string/app_name"
          android:theme="@android:style/Theme.NoTitleBar">
        </activity>
        
        <activity android:name=".ArtistsActivity" android:label="@string/app_name"
          android:theme="@android:style/Theme.NoTitleBar">
        </activity>
        
        <activity android:name=".SongsActivity" android:label="@string/app_name"
          android:theme="@android:style/Theme.NoTitleBar">
        </activity>

    </application>
</manifest>

这个文档做了说明,但很含糊
0
3
分享到:
评论

相关推荐

    android eclipse 运行项目报错解决

    he connection to adb is down, and a severe error has occured.[2014-01-14 21:42:11 - myBluetooth] You must ...\Android\adt-bundle-windows-x86-20131030\sdk\platform-tools\adb.exe' and can be executed.

    android ApiDemos不报错版本

    这个不报错版本确保了无论是通过虚拟机还是真机运行,都能顺畅无阻,对于初、中、高级Android工程师来说,都是提升技能的理想工具。 一、Android ApiDemos的核心价值 ApiDemos的主要价值在于它详尽地展示了Android...

    Android N代码编译报错1

    Android N 代码编译报错解决方案 Android N 代码编译报错是 Android 开发中常见的问题之一, especially when multiple developers are working on the same project on the same server. 在本文中,我们将详细...

    android安装环境报错解决方法

    android安装环境报错解决方法 A folder failed to be renamed or moved--安装Android

    Android draw9patch运行报错缺少的文件

    draw9patch.bat运行报错,将下载的文件放入你的android sdk\tools\lib里面。

    最新版android support v4包 解决Android6.0权限导包报错问题

    最新版android support v4包 解决Android6.0权限导包报错问题 包含ActivityCompat.OnRequestPermissionsResultCallback onRequestPermissionsResult

    解决Win 7下 Android虚拟机版本报错问题

    总之,解决Win 7下Android虚拟机版本报错问题通常需要对系统环境进行诊断和优化,包括更新系统文件、配置AVD参数以及确保必要的硬件支持。在进行任何修改之前,始终做好数据备份,遵循安全最佳实践,以防止不必要的...

    Eclipse导入android项目包xml报错

    Eclipse导入android项目包xml报错解决方案 Eclipse导入android项目包xml报错是一个常见的问题,尤其是在使用appcompat_v7包时。下面是解决这个问题的详细步骤: 步骤1:导入项目 当我们导入android项目包xml时,...

    android studio初始化报错

    在Android开发过程中,有时会遇到集成OpenCV库时出现初始化报错的问题,导致"OpenCV error: Cannot load info library for OpenCV"。这个问题通常与OpenCV库的安装、配置、依赖或版本不兼容有关。以下是一些详细的...

    android @override 报错解决方案

    这通常能解决由于Java版本不匹配导致的`@Override`报错。 除了上述方法,还有一种可能的情况是,你的代码中确实不存在要覆盖的父类方法或接口方法。在这种情况下,你需要检查`@Override`注解的使用是否正确,确保它...

    Android Studio三方引用报错但是项目可以运行的解决方案

    总结来说,当遇到Android Studio中三方引用报错但项目能运行的问题时,开发者可以根据上述方案尝试解决问题。这些方案包括清除IDE内部缓存、删除特定配置文件夹,以及修改启动配置等。这些方法都旨在帮助开发者重置...

    jack报错解决方案参考_jack编译报错解决方案参考_

    在编程和软件开发过程中,遇到错误是常有的事情,尤其是涉及到特定工具或框架时,如本文档主题"jack编译报错解决方案参考"所指的Jack工具。Jack是一款用于Java应用的高级编译器,主要服务于Android平台,旨在提高...

    Android Studio 报错failed to create jvm error code -4的解决方法

    安装完 Android Studio 后启动,却报错如下: 代码如下:failed to create jvm error code -... 您可能感兴趣的文章:Android Studio 引用外部依赖时报错的解决方法androidstudio3.0使用butterknife报错解决的解决方法解

    android studio 新建项目报错的解决之路

    android studio 新建工程报错 Error:Could not resolve all files for configuration ‘:app:debugCompileClasspath’. &gt; Could not resolve com.android.support:appcompat-v7:26.0.0-beta1.  Required by:  ...

    Android studio各种gradle报错解决方案汇总

    Android 开发中gradle在打包编译的时候经常会报各种奇怪的错误,有的简单错误直接提供解决方案,有的报错就比较头疼,信息不完整,完全无法下手定位解决,所以这时候你就该学习一下gradle脚本,以及gradlew指令的...

    localStorage在安卓内内置浏览器中报错解决

    localStorage在安卓内内置浏览器中报错解决,最好的解决的方法

    eclipse导入appcompat项目报错解决办法

    eclipse导入appcompat项目报错解决办法 我们在eclipse导入开源项目后,经常会发现找不到类似Theme.AppCompat.Light.DarkActionBar的style,解决办法也比较简单,就是导入com.android.support:appcompat-v7包,不过又...

    Eclipse新建Android项目报错解决方案详细汇总

    Eclipse新建Android项目报错解决方案详细汇总 本文旨在介绍Eclipse新建Android项目报错解决方案的详细汇总,对于Android开发初学者或工作中遇到相关问题的朋友们具有参考学习价值。 一、出错一:The import ...

    tcpdump for android L 5.x with pie support

    由于使用了NDK编译的可执行文件在应用中调用,在4.4及之前的版本上一直没出问题。 最近由于要测试在Android L上的运行情况发现,当运行该可执行文件时,报如下...解决办法非常简单,在Android.mk中加入如下flag就行。

Global site tag (gtag.js) - Google Analytics