android使用intent页面跳转为何闪退

Error Log:Current file is not a match for the given config.
2025-05-19 00:52:38
推荐回答(2个)
回答(1):

首先要创建Intent对象,可以创建默认对象,然后调用intent.setClass方法或者intent.setClassName方法告诉它要跳转到哪个acticity,也可以直接创建带参数的intent,最后start一个activity就好了。

回答(2):

跳转的那个页面没有注册在配置文件中?