-
Notifications
You must be signed in to change notification settings - Fork 620
Description
I recently updated my OS from Ubuntu 25.04 to 25.10. Previously I was able to build apps without issues from a virtual environment with all the necessary dependencies installed. Post-update I am no longer able to. There is an issue basically with calling a function it can't access. I checked the file that is calling the function (_remote_debugging_module.c) and it includes the header for remote_debug.h which contains the actual function itself. Not exactly sure why it is failing. I tried to re-create the virtual environment from scratch and following all steps and installing all dependencies. Still not working. Attempted using a couple different android.ndk versions. No google search is returning anything useful and I posted to AskUbuntu yesterday and have received no response at all. Attaching entire log that I had in terminal. Any assistance is greatly appreciated.
-- Thank you