天天看點

【Android 疑難雜症1】android.content.ActivityNotFoundException: Unable to find explicit activity class

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.cnotes/com.example.cnotes.Notes_History}; have you declared this activity in your AndroidManifest.xml?

在activity中通路其它xml檔案的時候總是提示Unable to find,這種情況是沒有在配置檔案定義這個activity,解決辦法如下:

找到 AndroidManifest.xml檔案,在application節點中增加如下代碼:

繼續閱讀