[android-developers] How To Set Abstract Class Object as an instance of Another class From Native Code using JNI in Android

2010-07-08 Thread himanshu jain
Hi All, I have Class in having an abstract class object as a field in JAVA layer . I want to set this field From Native code C++.I am Trying to use SetObjectField() to set , but it does not work out .Does anyone try this before or know who to do it please shed some light on it. thank

[android-developers] How To Set Abstract Class Object as an instance of Another class From Native Code using JNI in Android

2010-07-08 Thread himanshu jain
Hi All, I have Class in having an abstract class object as a field in JAVA layer . I want to set this field From Native code C++.I am Trying to use SetObjectField() to set , but it does not work out .Does anyone try this before or know who to do it please shed some light on it thanks