About adding code to apksmail error all register args must fit in 4 bits

Source: Internet
Author: User

Recently added in the Smail file calling interface code, most of the APK is not a problem back to packaging, occasionally encountered an APK error, all register args must fit in 4 bits

More than 16 registers are found in multiple debugs , you cannot use P0, p1 directly as the parameter of invoke, need to move

For example: Start with invoke-static {p0}, Lneat/anad/iniat/instancea;->instanceprojecta (landroida/contenta/contexta;) V

After you have changed:

MOVE-OBJECT/FROM16 v3, P0
invoke-static {v3}, Lnaet/aand/iniat/instanace;->instanaceproject (Landroaid/contaent/coantext;) V


is mainly in the above add a sentence move-object/from16 v3, p0 to move on OK, after I test all normal


This article is from the "7525479" blog, please be sure to keep this source http://7535479.blog.51cto.com/7525479/1710369

About adding code to apksmail error all register args must fit in 4 bits

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.