this error may occur frequently in android projects:
error opening trace file: No such file or directory (2)
combined with the Internet search and their own experience to give the following some solutions:
is usually a problem with the file androidmainfest.xml:
1. Check whether the version of android API is consistent with that of the emulator;
2, delete < USES – SDK android: minSdkVersion = “8” android: targetSdkVersion = “15”/& gt; span>
add & lt; USES – the permission of the android: name = “android. Permission. WRITE_EXTERNAL_STORAGE”/& gt;
3. Check whether tag tags appear in pairs in XML files;
4. Check the androidmainfest.xml file for missing the corresponding activity event. activity> Or change the class name in a Java file and forget to change it back in an XML file.
if this error occurs while testing with a physical machine, try shutting down the machine before restarting it.
Read More:
- Solution of header file StdAfx. H “no such file or directory” in Visual Studio
- No code, a solution to the error in the path of reading CSV file by Python: filenotfounderror: [errno 2] no such file or directory: ‘XX. CSV‘
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory
- A fatal error C1083 occurred when compiling C + + code under. Net: unable to open the include file: “xuhk”_ Jnihelloworld. H “: solution to no such file or directory error.
- Cannot chdir: no such file or directory solution
- Solve syntax error: unexpected end of file or /bin/bash^m: bad interpeneter: no match file or directory
- Error in header file when calling OpenGL to open obj file in vs2013: unable to open include file: “GL / glut. H”: no such file or directories
- How to solve the problem of “unable to open include file:” graphics. H “: no such file or directory”
- Error: libipq. H: no such file or directory solution
- Cannot open include file: ‘io.h‘: No such file or directory
- #During OpenGL development, fatal error C1083: can’t open include file: “GL / glut. H”: no such file or directory
- VS2010 compiler can’t open include file: “GL / glaux. H”: no such file or directory
- Ubuntu 64 prompts bash: no such file or directory file exists
- Importerror of [docker] error: libGL.so .1: cannot open shared object file: No such file or directory
- When Python Django creates a database, can’t open file ‘ manage.py ‘: [Errno 2] No such file or directory
- Vs2019 OpenGL glut: error: unable to open include file: ‘GL / glut. H’: no such file or directory
- OSError: libnccl.so.2: cannot open shared object file: No such file or directory
- ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory
- Fatal error in CentOS: Python. H: no that file or directory
- [Caffe] fatal error: hdf5.h: No such file or directory error solution