Android NDK JNI warning:illegal start byte 0x

Source: Internet
Author: User


Today solves the problem of Jni warning:illegal start byte 0x81;

The problem occurs when the encryption method is called via JNI, and the ciphertext content is returned after the call, resulting in this problem.

After looking for a period of time abroad, the problem arises because the char * data requirements used by the Newstringutf method are visible, so that the data does not return properly;


So generally for us, when using the NDK encryption, encrypted ciphertext if it is not visible characters, then you need to do a BASE64 encoding data, the return string.

or use byte directly to return to the upper layer;




Related Article

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.