enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Gradle Build failure #917

Closed Akash-Ramjyothi closed 1 year ago

Akash-Ramjyothi commented 1 year ago

Description:

Facing the below Build failure due to unknown reasons. Was working fine until a few days ago, where this error occurred. Also tried to fix it by reseting MAPBOX credentials and cloning it again, but did not work.

Screenshot:

WhatsApp Image 2022-06-06 at 7 56 31 PM

Akash-Ramjyothi commented 1 year ago

@cdhiraj40 @asaikarthikeya @SebaDro @bpross-52n sir please help me with this issue.

SebaDro commented 1 year ago

Hi @Akash-Ramjyothi . Please, describe your problem a little bit more in detail. In which branch does this issue occur? What is you build command?

I'm pretty sure, that you're facing an issue with your local IDE settings. Please, check it by exeucting gradlew assembleDebug from a terminal. If it runs without any failures, you have to check your IDE settings.

Akash-Ramjyothi commented 1 year ago

@SebaDro sir the issue is resolved. It was not an issue with the branch or any command. It was a problem with my JDK configuration, which I fixed it. Thank you so much for the guidance, as you said, this was an issue with my local IDE.

SebaDro commented 1 year ago

Great to hear. Therefore, I will close this issue.