-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails if git base directory is not the same as android base folder project #7
Comments
I have the same error. Makes this plugin unusable if user is making apps with React Native like us. |
This is not only an issue for React Native projects. We build native apps and use a similar file structure where the git repo's base directory is one level above the Android project folder. I am getting the same error and the only way I see around it is to change our file structure... |
I´m working with fastlane and CircleCi and have the same Problem....any ideas what we could do, except changing the file structure? |
For anyone else landing here with the same issue, using
|
Works like a charm. Thanks @AlanLayt! |
Hi, |
@AlanLayt I am having the same issue but using app folder does not help. Please help |
@AlanLayt Hi, it is 2023 and still documentation not updated and we get the same error. Any other plugin to help us ? |
I'm working on a react native project so my file structure is as follow:
In the script I set gradle_file_folder to app
while in the android directory => fastlane beta
Result:
I get this error:
The text was updated successfully, but these errors were encountered: