Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sequoyah-dev] Sequoyah 2.0 issue

Hi,

 

I have installed Sequoyah 2.0  for eclipse 3.7. I am facing an issue. Before coming to the issue I’ll mention the s/w version I am using for this.

 

Eclipse: eclipse-SDK-3.7-win32 (Indigo)

Android SDK: Android 3.1

ADT: ADT-11.0.0

Sequoyah: org.eclipse.sequoyah.feature.2.0.0.I20110609-0753 (this is for Eclipse Indigo, as documented)

CDT : Installed automatically with Sequoyah as dependent software(I believe its CDT 8.0)

NDK: android-ndk-r5c-windows

Cygwin: Cygwin 3.81

JDK : jdk1.6.0_25

 

Just to test whether the installation is proper or not I created a sample project to send a message(String) from NDK code. The issue I am facing is that the generated C++ file does not contain the method declarations. It just contains the header files.  To overcome this,

I went java class and from ‘source’ I used ‘Generate C files from java class’. With this I am able to get the method declaration in the generated C file but the problem is that if I attempt to call any method from ‘env’ object, I cannot and it gives me compilation error if I write method name explicitly. I did project cleaning an building again, created new project but the issue remains persistent.
Please find attached the screenshot of the issues i am facing.
 

I am not quite sure what is wrong. Kindly look into this. Please let me know if you have any update.

 

 

Regards,

Kapil

Attachment: compilationError.PNG
Description: PNG image

Attachment: cppStubIssue.PNG
Description: PNG image


Back to the top