When I tried creating a new project on android in sourcetree, the project was created, but it doesn't seem to track my androidmanifest.xml file int the root of my project.
1. If I rename it to txt, then it works
I have tried installing latest version of git. but not luck ..
Any ideas?
Is there a line in .gitignore that matches AndroidManifest.xml? You might need to check your global .gitignore file as well (~/.gitignore_global)
[edit] Scratch that, I just tried reproducing this locally and am having the same issue. 'git status' shows the file as modified but Sourcetree does not. This might be a bug...
Workaround:
If you delete the repo from sourcetree (bookmarks only) and re-import, it picks up the file again.
Hi
I tried deleting it and reimportnig it and it did't work.
But found the file in the global git ignore. I had to edit it using terminal command line. and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.