I include these libraries to make a ML Kit pose-detection project:
I have placed those libraries in the ExtraLibraries folder of B4A
When my code executes:
I get the log error:
This means that the class string is changed by something, and as a result the error comes (the class changed does not exist).
Please help!
B4X:
#AdditionalJar: pose-detection-17.0.0.aar
#AdditionalJar: pose-detection-accurate-17.0.0.aar
I have placed those libraries in the ExtraLibraries folder of B4A
When my code executes:
B4X:
PoseOptions.InitializeNewInstance("com.google.mlkit.vision.pose.PoseDetectorOptions$Builder", Null)
I get the log error:
B4X:
java.lang.ClassNotFoundException: com.google.mlkit$vision$pose$PoseDetectorOptions$Builder
This means that the class string is changed by something, and as a result the error comes (the class changed does not exist).
Please help!