Heim  >  Artikel  >  Datenbank  >  Refusing to reopen boot DEX '/system/framework/hwfra

Refusing to reopen boot DEX '/system/framework/hwfra

WBOY
WBOYOriginal
2016-06-07 15:25:251237Durchsuche

很多人在编写Android代码的时候都会遇到这个错误,按照字面翻译是“没有这类文件或者是目录” 很多人不解为什么系统会提示这样的错误呢?明明就有



很多人在编写Android代码的时候都会遇到这个错误,按照字面翻译是“没有这类文件或者是目录”
很多人不解为什么系统会提示这样的错误呢?明明就有啊。其实系统是找不到文件或者是目录

很多人在写class文件,也就是以java为后缀的文件的时候,如:


Refusing to reopen boot DEX '/system/framework/hwfra
在写的过程中由于种种原因把Activity的名字修改过了,最后完成的时候系统也没有提示任何错误,
但就是运行的时候会出现error opening trace file: No such file or directory (2),
原因:你把Activity的名字修改过之后,在AndroidMainfest.xml这个文件当中注册该Activity的语句却不会
随着你修改Activity名字而修改
。如:刚开始的Activity名字是NtificationText

Refusing to reopen boot DEX '/system/framework/hwfra
修改之后:变成Notification

Refusing to reopen boot DEX '/system/framework/hwfra

但是在AndroidMainfest.xml中却还是修改之前的名字

Refusing to reopen boot DEX '/system/framework/hwfra

所以只要把名字改成跟现在的Activity的名字一样的就行了

Refusing to reopen boot DEX '/system/framework/hwfra



http://blog.csdn.net/li13725628760/article/details/13004621

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn