Error opening trace file:no such file or directory (2)

Source: Internet
Author: User

1. Description of the problem:

Operation Error:

12-25 13:35:32.286:e/trace (1202): Error opening Trace file:no such file or directory (2)

Note: Although the error, but the program can still run .....

2. Problem Analysis:

(1) Some of the online statements:

Many people will encounter this error when writing Android code, literally "No such file or directory"
Many people do not understand why the system will prompt such a mistake? Obviously there is. in fact, the system is not found files or directories !

Many people write a lot of class files , declare in Androidmainfest.xml, and then modify or add a new class,

and then delete the previous class, but the declarations in Androidmainfest.xml are not modified or deleted.

So just modify or delete the declaration in the androidmainfest.xml, please.

  There seems to be some truth, but I did not change/delete what!!!!!

(2) This is the positive solution:

———— TARGETSDK no right on.

3. Workaround:

Put the following code for Androidmanifest.xml

<uses-SDK        android:minsdkversion="+"        android: Targetsdkversion="/>"

Switch

    <uses-SDK        android:minsdkversion="+"        android: Targetsdkversion=" />"

---> Error disappears ^_^.

Error opening trace file:no such file or directory (2)

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.