I am stucked, for days, in a message "Cannot find: C:\Program Files\Anywhere Software\B4A\libraries\http.jar".
I read everything in the forum (specially about to use oKHttpUtils2), tried to make some adjustments, but can´t solve the problem.
Can someone help me please?
There are a number of challenges.
Some, such as the HTTP libraries, have been adapted to new Android requirements and have been renamed, and some libraries no longer work under Android 13.
There are standard internal libraries (which are found automatically) and there are additional libraries that you have to download separately in the directory you specified (via Tools, Configure Paths)
When you open the original source code of Android B4A 3.82 for the first time, a short toast message will appear stating which libraries cannot be found. Make a screenshot of this, because in some cases this is only displayed on the first start-up.
In addition, DoEvents no longer works, which can usually be replaced by Sleep(0).
Furthermore, the use of the msgbox command has also changed.
Without any description of what the application should do and without the source code, no one can help you here. First go through the above points, download additional libraries and then see what works and what does not work.