Android Question (SOLVED)Can not find this library "RealTimeLineChart"

microbox

Active Member
Licensed User
Longtime User
Hello everyone, I'm trying to run this example code from this link (post 14) example code , but I can not find the library required. I have AndroidPlot_0_6_2 library installed in which I think it's the only available in the thread. But still looking for "RealTimelIneChart".
 

Attachments

  • Screenshot 2023-05-07 152805.jpg
    Screenshot 2023-05-07 152805.jpg
    120.9 KB · Views: 73

Johan Schoeman

Expert
Licensed User
Longtime User
 
Upvote 0

microbox

Active Member
Licensed User
Longtime User
Hi @Johan Schoeman, thank you for your response. Sorry I still don't get it. I have downloaded the sample code and have the library installed.

hh.jpg

but it still complaining about missing library. Is this AndroidPlot_0_6_2 not the library required?
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
Hi @Johan Schoeman, thank you for your response. Sorry I still don't get it. I have downloaded the sample code and have the library installed.

View attachment 141826
but it still complaining about missing library. Is this AndroidPlot_0_6_2 not the library required?
Have you downloaded the Lib files from the same post?
 
Upvote 0

microbox

Active Member
Licensed User
Longtime User
Have you downloaded the Lib files from the same I have
I have downloaded the libraries from post #4. Now when compiling this is the error.
B4X:
B4A Version: 12.20
Parsing code.    (0.00s)
    Java Version: 14
Building folders structure.    (0.01s)
Compiling code.    (0.00s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    Error
res\values\style.xml:17: error: root element must be <resources>.
res\values\style.xml: error: file failed to compile.
BTW this is in my manifest file
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="33"/>
 
Upvote 0

grantorax

New Member
Hi

I'm trying to run the same example with B4A and jdk14.0.1 & android-33 and get this error:

Captura de pantalla 2023-05-08 182730.png

I have tried cleaning the project but it keeps giving error.
What other things can I try?
thanks you.
 
Upvote 0
Top