Problem with manifest.xml

Search This thread

animus7

Senior Member
Oct 13, 2013
100
258
hey guys,

I have add my own device tree in .repo/local_manifests/local_manifest.xml, but if run repo sync I get this message:

Code:
fatal: remote github not defined in /home/animus7/android/carbon/.repo/manifest.xml

What can I do ??
 

es0tericcha0s

Senior Member
May 6, 2010
4,417
878
mobilemojo5280.com
"Editing the default Manifest

We’ve already seen that repo relies on a manifest file, usually a file called default.xml in the android project. The copy that repo will use as its reference is saved as .repo/manifest.xml.

We’ve also said that we shouldn’t modify the .repo/manifest.xml manually!

The right way to modify the manifest.xml file would be to edit the android/default.xml, commit the change, and push it upstream and thenrepo sync . Doing so will update the .repo/manifest.xml copy, and everything will stay under (git & repo) control."

From:

http://xda-university.com/as-a-developer/repo-tips-tricks

Might try to remove the local manifest and try again like in this example : http://www.elementalxdesigns.com/ec...E-amp-Ubuntu-13-04&p=1623&viewfull=1#post1623
 
  • Like
Reactions: animus7

Top Liked Posts