-
Notifications
You must be signed in to change notification settings - Fork 555
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
build - missing file #979
Comments
Which branch are you trying to build, and could you post the full error log.
|
The error states just Create "Process error = 2, the system can not find the specified file"... Looks like its trying to find Git. I have tested Git connectivity via the test utility in Android Studio and it looks OK. Caused by: java.io.IOException: Cannot run program "git": CreateProcess error=2, The system cannot find the file specified |
@MajicCat there's a piece of groovy code in You're having this error because it can't find What system are you running on btw? Additionally, regarding OSM contributions, we're currently planning to use mapbox osm sdk (https://github.com/mapbox/mapbox-android-sdk). The work to integrate that sdk is currently being done in https://github.com/ne0fhyk/droidplanner/tree/feature_mapbox_integration. |
Thanks, that fixed the Git revision, but now the error is: Gradle 'droidplanner-master' project refresh failed: |
Trying to get a build up so I can add some custom OSM features. No luck, gradle complains of missing files. Any help? "Create Process error = 2, the system can not find the specified file"
No other information...
The text was updated successfully, but these errors were encountered: