Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.android.dx.cf.code.SimException: expected type java.lang.Object but found long #25

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. use dex2jar-0.0.7.3 convertering dex file to jar, and then put jar into 
another android project lib path.

Error Info:
[2010-08-24 11:24:44 - Mytoms] Conversion to Dalvik format failed with error 1
[2010-08-24 11:27:17 - sdd] 
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dx.cf.code.SimException: expected type java.lang.Object but found 
long
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.BaseMachine.popArgs(BaseMachine.java:156)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.Simulator$SimVisitor.visitLocal(Simulator.java:521)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.BytecodeArray.parseInstruction(BytecodeArray.java:517)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.Simulator.simulate(Simulator.java:96)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.Ropper.processBlock(Ropper.java:681)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.Ropper.doit(Ropper.java:636)
[2010-08-24 11:27:17 - sdd]     at 
com.android.dx.cf.code.Ropper.convert(Ropper.java:253)

What version of the product are you using? On what operating system?
the Version dex2jar-0.0.7.3-SNAPSHOT  winxp  Android1.5 jdk1.6


Original issue reported on code.google.com by songjch...@gmail.com on 24 Aug 2010 at 3:42

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant