Search code examples
androidvisual-studio-app-center

App Center can't locate android project if it's not at root level


I've setup a few app center android projects but they usually have the android project at the same level as the git root.

Now I have another project that is one level deeper than the git root. In this case app center says "We couldn’t find any Android projects in your branch."

Is there a setting where I could point app center towards the android project directory? I know I can shuffle the project around but I would rather not.


Solution

  • My issue was that I had a special character as part of a folder in the project. It was the danish letter Ø. After talking with the AppCenter engineers we have figured out that their script that was locating the project folder failed when encountering this special character. Replacing the 'Ø' with 'o' fixed the issue.