Android開発ノート-java.lang.RuntimeExceptionの問題の解決策:アクティビティComponentInfoを開始できません{...}



Android Development Notes Solution Problem Java



メッセージのラウンドトリップを実装すると、APPフラッシュバックが発生します。

ログアウトを印刷します。



Process: com.ghl.intelligence, PID: 6557 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ghl.intelligence/com.ghl.intelligence.MainActivity}: android.view.InflateException: Binary XML file line #154: Error inflating class LooperTextView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2435)

具体的な内容は次のとおりです。

画像 画像



問題はLooperTextViewです。
画像

LooperTextViewの前にcom.ghl.intelligenceを追加して、問題を解決します。

|_+_|