清單文件即為mainfest.json文件,這是我的mainfest.json文件內容:
這是加載的文件夾里的設置:
剛開始找了很久沒找到解決辦法,后來是看到StackOverFlow有個人解答的:
"
My problem was slightly different.
By default Eclipse saved my manifest.json as an ANSI encoded text file.
Solution:
- Open in Notepad
- File -> Save As
- select UTF-8 from the encoding drop-down in the bottom left.
- Save
"
於是我就用notepad打開文件,然后另存為時候,保存類型選all types,問題解決了,不知是不是原來真的用了txt格式,字符編號不同了?