okyereadugyamfi / jpos-simple-card

Automatically exported from code.google.com/p/jpos-simple-card
0 stars 1 forks source link

VerifyError : java.lang.VerifyError: org.jpos.q2.Q2 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Androic JUnit for CreateAccountActivityTest on MBankingTest

What is the expected output?
-ISOMsg was sent successfully to HQServer

What do you see instead?
Result : VerifyError dump out.

Root cause and solution:
The issue is due to  (93 * 23019) > 2^21 (2^21 = 2097152)

Solution : Q2 class and method method is too large, we need to optimize it to 
be smaller so that it will fit.

Original issue reported on code.google.com by pthung2...@gmail.com on 19 Nov 2011 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
For more detail : 
http://stackoverflow.com/questions/4748771/how-to-solve-android-verify-error

Original comment by pthung2...@gmail.com on 19 Nov 2011 at 5:13