Download bug Rollup "Update" for file upload of Android and ASP.

Source: Internet
Author: User

Problems encountered:

1.java.io.ioexception:open failed:einval (Invalid argument) exception, the SD card in the emulator creates folder and file times wrong

The cause of the error could be: (1) The file name contains non-conforming characters, such as ":", "? "or spaces, and so on. (2) You need to create a folder directory before creating the file, you cannot create the file directly.

2. Android.os.NetworkOnMainThreadException exception, after requesting data from the server, write file times wrong

Error reason: In the main thread to perform the operation of HTTP access, the simplest solution is to use the Android multi-threaded operation, all access to the HTTP operation in the new thread new thread (new Runnable () {public void run () {}). Start ();} , the action to update the UI is placed in handle.

3.

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.