初学者eclipse报错:not well-formed (invalid token)

问题描述

初学者eclipse报错:not well-formed (invalid token)

新建有两个Activity用于两个Activity之间简单的切换,java文件跟xml文件都没问题了,就是在Androidmanifest中声明使用IntentTestActivity和AnotherActivity出问题
代码如下:
<?xml version="1.0" encoding="utf-8"?>
package="com.example.intenttest"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="18" />

<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <activity
        android:name=".IntentTestActivity"
        android:label="@string/app_name" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name=".AnotherActivity"
       <intent-filter>//这里报错,Error parsing XML:not well-formed (invalid token)
            <action android:name="android.guo.action.anotheractivity" />
        </intent-filter>
    </activity>
</application>

解决方案

你的第二个activity缺少了一个>符号,希望能帮到你

解决方案二:

Eclipse报错could not write metadata for '/remotesystemstempfiles'
Pointcut is not well-formed: expecting '(' at character position 0 anyMethod
XML parse error: not well-formed (invalid token)

解决方案三:

android:name=".AnotherActivity"
将这里改成:
android:name=".AnotherActivity">

解决方案四:

不晓得楼主为嘛会缺少一个“>”,
这些简单的报错信息,要学会阅读,实在不会了,有道,金山翻译

时间: 2024-10-26 23:01:09

初学者eclipse报错:not well-formed (invalid token)的相关文章

用64位Juno 64位 SP1环境替换原来的Juno 32位 启动Eclipse报错

64位Eclipse运行时提示"Failed to load the JNI shared library \Java\jre6\bin\client\jvm.dll"的一个解决方案 由于开发环境改变,改用64位Juno 64位 SP1环境替换了原来的Juno 32位.结果启动Eclipse报错: "Failed to load the JNI shared library "E:\2000\Java\JDK6\bin\..jre\bin\client\jvm.dl

eclipse报错-Eclipse报错,不知道怎么解决

问题描述 Eclipse报错,不知道怎么解决 请教各位,有谁知道这个错误怎么解决?谢谢 解决方案 启动配置引用不存在的项目Hello 在properites里面把错误的项目删了 应该就好了 解决方案二: 对于更新androidSDK后,eclipse报错ADT问题的解决解决eclipse报错: CreateProcess error=87

Android开发中Eclipse报错及对应处理方法总结_Android

本文较为详细的总结了Android开发中Eclipse报错及对应处理方法.分享给大家供大家参考,具体如下: 报错1: Conversion to Dalvik format failed with error 1 报错原因:原因是我在android工程中不小心多导入Java的mina,结果一跑程序就报这个错误. 解决方法:将Java中用到的mina包移除,就OK了. 小结:以后遇到这种报错时,记得提醒自己可能是由于自己导错包了. 附: 网上其他处理方法:<丢失Android系统库或者Conver

技术-关于用eclipse做gwt开发时,应用启动后,eclipse报错

问题描述 关于用eclipse做gwt开发时,应用启动后,eclipse报错 Could not stop source viewer server. java.lang.ExceptionInInitializerError at com.google.gdt.eclipse.platform.jetty.JettyServer.initLogging(JettyServer.java:40) at com.google.gdt.eclipse.platform.jetty.JettyServ

dalvik-在做xml与java实体类的转换时,导入的jar包都会让eclipse报错

问题描述 在做xml与java实体类的转换时,导入的jar包都会让eclipse报错 我开始用XStream,后来又根据网上的代码导入javax.xml.bind包来进行解析,但是这两种都会报错:Conversion to Dalvik format failed with error 1,我百了一下,也不是很明白,还请大家解答,先谢谢各位了.. 解决方案 可以试下这个方案http://dev.wo.com.cn/docportal/doc_queryMdocDetail.action?mdoc

java-新人求助,my eclipse报错

问题描述 新人求助,my eclipse报错 希望大家能帮我看一下,谢谢各位了 解决方案 function CancelOrder(){ } 解决方案二: else那里少了括号,你把函数再写一遍 解决方案三: windows-Preferences? 中,在search中输入remote,取消选中reopen remote systems view to previous state'. 2.?windows->Preferences ->General -> Startup and S

[Android]打开eclipse报错:发现了以元素 &#039;d:skin&#039; 开头的无效内容。此处不应含有子元素。

[错误]  打开eclipse报错:发现了以元素 'd:skin' 开头的无效内容.此处不应含有子元素. [具体报错信息]  Error parsing D:\android-sdks\system-images\android-22\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: 发现了以元素 'd:skin' 开头的无效内容.此处不应含有子元素. Error: Error parsing D:\android-sdks

java8无法启动jboss,换成java7之后eclipse报错

问题描述 java8无法启动jboss,换成java7之后eclipse报错 用java8的时候jboss总是卡在启动的中途,无法启动,换成7之后就启动成功,但是eclipse报上图的错 org.jboss.tools.foundation.core requires JAVA SE version 8 解决方案 下载的版本和eclipse是否兼容的呢? 解决方案二: 缺少插件,提示要使用java8的版本

android-Android开发问题,安卓环境搭建完成后,调试过程中eclipse报错的问题

问题描述 Android开发问题,安卓环境搭建完成后,调试过程中eclipse报错的问题 安卓环境搭建 eclipse报 The connection to adb is down and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is correctly located at 'D:shithashadt-bundle-windows-x86_64-20140321sdk