Android Studio - 非法字符 8204 错误

Posted

技术标签:

【中文标题】Android Studio - 非法字符 8204 错误【英文标题】:Android Studio - Illegal character 8204 error 【发布时间】:2015-08-23 11:36:48 【问题描述】:

由于某种原因,在重建我的项目后,我收到了一个非法字符错误,但我的代码中没有任何内容带有红色下划线。谁能告诉我哪里出了问题以及如何解决?

错误

illegal character: \8204

WCBankActivity.java

import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.ActionBarActivity;

public class WCBankActivity extends ActionBarActivity 

    public final static String EXTRA_MESSAGE = "Station_key";

    @Override
    public void onCreate(Bundle savedInstanceState) 
        super.onCreate(savedInstanceState);
        setContentView(R.layout.fragment_wc_bank);

        if (savedInstanceState == null) 
            Intent intent = getIntent();
            String station = intent.getStringExtra(WCBankActivity.EXTRA_MESSAGE);

            FragmentWCBank newFragment = new FragmentWCBank();
            FragmentTransaction transaction = this.getSupportFragmentManager().beginTransaction();‌
            transaction.replace(R.id.detail_container, newFragment);
            transaction.commit();
        
    

【问题讨论】:

如何在 Mac 上完成? 【参考方案1】:

尝试改变你的编码,看图:

【讨论】:

应该选择什么?我目前正在使用UTF-8【参考方案2】:

这是与 BOM(字节顺序标记)字符有关的问题。 Eclipse 不允许这个字符。

Just copy paste the same content to a Notepad++ editor,
it shows the "LS" with black background. Have deleted the "LS" content and 
have copy the same content from notepad++ to java file, it works fine.

【讨论】:

请不要发帖duplicate answers。相反,请考虑其他可以帮助未来用户找到所需答案的操作,如链接帖子中所述。

以上是关于Android Studio - 非法字符 8204 错误的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio运行出现项目 错误:非法字符:“ufeff”

android studio 不接受的 .jar 文件的文件名中的非法字符

android studio 非法字符: 'ufeff' 解决方式

非法选项:Files\Android"Android Studio\jre\bin\keytool 密钥和证书管理工具

Visual Studio - 路径中的非法字符

android非法字符的判定表情符号的判定