hi all i want to convert jstring to int in cpp file of videoplayback sample.I got the name of iamge targets as number like 1, 2, and so on.now i got the image name in jstring which value is 1 for suppose.
jstring str=env->NewStringUTF(imageTarget.getName()); /// this value will be 1
now i want to set this value to int currentTarget inside the render frame method.
Great! you're welcome.