2010-09-26 33 views
1

我android的許可文件(http://developer.android.com/guide/publishing/licensing.html)和下面的斜面參考LVL當我去,我添加許可項目的引用(在日蝕)的步驟我的項目,我得到一個錯誤在控制檯(見下文)和我的項目不建立。任何想法如何我可以解決這個問題?我在Google上嘗試了幾次搜索,但我沒有提出任何問題。謝謝。LVL錯誤 - 在我的項目

錯誤看出:

[2010-09-26 05:54:41 - MyApp] ERROR: Unknown option '--auto-add-overlay' 
[2010-09-26 05:54:41 - MyApp] Android Asset Packaging Tool 
[2010-09-26 05:54:41 - MyApp] 
[2010-09-26 05:54:41 - MyApp] Usage: 
[2010-09-26 05:54:41 - MyApp] aapt l[ist] [-v] [-a] file.{zip,jar,apk} 
[2010-09-26 05:54:41 - MyApp] List contents of Zip-compatible archive. 
[2010-09-26 05:54:41 - MyApp] 
[2010-09-26 05:54:41 - MyApp] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]] 
[2010-09-26 05:54:41 - MyApp] badging   Print the label and icon for the app declared in APK. 
[2010-09-26 05:54:41 - MyApp] permissions  Print the permissions from the APK. 
[2010-09-26 05:54:41 - MyApp] resources  Print the resource table from the APK. 
[2010-09-26 05:54:41 - MyApp] configurations Print the configurations in the APK. 
[2010-09-26 05:54:41 - MyApp] xmltree   Print the compiled xmls in the given assets. 
[2010-09-26 05:54:41 - MyApp] xmlstrings  Print the strings of the given compiled xml assets. 
... 

回答