Android application crash immediately after starting

倾然丶 夕夏残阳落幕 提交于 2019-12-02 07:29:49

This seems to be a problem related to info.hoang8f.widget.FButton. Try changing the android gradle plugin version to 2.3.3. Take a look at this question - Error inflating class info.hoang8f.widget.FButton

As i know, InstantRun is experimental feature.

Please try to disable it.

See the description on when it not works in docs: https://developer.android.com/studio/run/index.html#instant-run

Update:

BTW, original description of question had this text: "I/InstantRun: starting instant run server: is the main process Application terminated."

That is why my proposition and assumption came.

I do not ask to disable InstantRun completely. Just check it. If it helps, then code need to be changed to confirm InstantRun requirements mentioned in docs (or fill the bug to InstantRun there).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!