Android path problem (ask for advice)

Source: Internet
Author: User
Debug.Log (Application.datapath + "/1.png"); Debug.Log ("jar:file://" + Application.datapath + "/2.png"); Debug.Log (application.persistentdatapath+ "/111.png"); PC-side output: Android output: The following three paths, I do not think the solution/mnt/asec/com. Company.kubll-1/pkg.apk/1.pngjar:file:///mnt/asec/com. Company.kubll-1/pkg.apk/2.png/data/data/com. Company.kubll/files/111.png
The Android side I am the output string pingt1 = Application.datapath + "/1.png"; string pingt2 = "jar:file://" + Application.datapath + "/2.  PNG "; string pingt3 =application.persistentdatapath+"/111.png "; Gui. TextField (New Rect (), PINGT1); Gui.  TextField (New Rect (), PINGT2); Gui.     TextField (New Rect (), PINGT3); First withdraw, go home to study again, have encountered the guidance under, thank you

Android path problem (ask for advice)

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.