Android Repo init failed

孤人 提交于 2019-12-06 17:55:36

问题


I think i follow instruction from this site very carefully

http://source.android.com/source/downloading.html

but when i try this

repo init -u https://android.googlesource.com/platform/manifest

i got the following error.

 repo init -u https://android.googlesource.com/platform/manifest -b froyo 
/root/bin/repo: line 1: syntax error near unexpected token `newline' 
/root/bin/repo: line 1: `<?xml version="1.0" encoding="utf-8"?>'enter code here`

I tried several times but no luck from the very begining. What happened?


回答1:


Check your repo file.

Sometimes the server would return a "server loading too high" page instead of giving you the repo script. In this case, you have to download your repo file again.

Alternativly, you can get the source of repo from git:

git clone https://android.googlesource.com/tools/repo


来源:https://stackoverflow.com/questions/6234666/android-repo-init-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!