Hi,
   I tried to add jython.rar found in android-sdk/tools as reference
in my android project and getting the following error during
compilation..


[2012-03-15 06:59:07 - FirstAndroid] Dx local variable type mismatch:
attempt to set or access a value of type int using a local variable of
type java.util.List. This is symptomatic of .class transformation
tools that ignore local variable information.

[2012-03-15 06:59:07 - FirstAndroid] Dx ...at bytecode offset 0000004f
locals[0000]: Lorg/python/antlr/PythonTree;
locals[0001]: I
locals[0002]: I
locals[0003]: Ljava/lang/Object;
locals[0004]: I
locals[0005]: Lorg/python/antlr/PythonTree;
locals[0006]: Lorg/python/antlr/PythonTree;
locals[0007]: <invalid>
locals[0008]: <invalid>
locals[0009]: <invalid>
locals[000a]: <invalid>
locals[000b]: <invalid>
locals[000c]: <invalid>
stack[top0]: I
...while working on block 004f
...while working on method replaceChildren:(IILjava/lang/Object;)V
...while processing replaceChildren (IILjava/lang/Object;)V
...while processing org/python/antlr/PythonTree.class

[2012-03-15 06:59:07 - FirstAndroid] Dx 1 error; aborting
[2012-03-15 06:59:07 - FirstAndroid] Conversion to Dalvik format
failed with error 1

Is there any other way to use the python classes in java??

Thanks,
Nagarathnam.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to