Hi Folx, I’m a noob here and was hoping for some h...
# community-support
j
Hi Folx, I’m a noob here and was hoping for some help. I had an outside dev build an Android BLE app for me as well as some custom firmware for an ESP32 module. Shortly after he delivered the project and was paid, the dev flaked out and disappeared. I’m now trying to pick up the pieces myself and having a few struggles in the process. I can handle the firmware without issue but I’ve not done any Android development in the past. I’m sure I can eventually figure it out but for the time being I can’t even get the code to build in android studio. I’m missing the autolinking.gradle, don’t know how to create it, and don’t even know the dependencies I’ll need to populate it. Can anyone point me to a tutorial or example page for this file? Thanks, J
a
hi, it's hard to say without more information.
autolinking.gradle
isn't a standard Gradle file, I guess it's coming from another plugin? What command do you run, and what logs/errors do you see? Have you tried doing anything to fix it?
j
Hi Adam. I've been looking for on-line references to help me resolve the problem. That's how I discovered this community. So far I've not been able to solve it. I'm encountering the issue from within Android Studio
e
sounds like something custom to the project so you'll either have to get it from the dev or reverse engineer what's supposed to be in it based on the rest of the project