android-在fragment转换中出现java.lang.NullPointerException

问题描述

在fragment转换中出现java.lang.NullPointerException
最近学校让做个android音乐播放器,我跟着论坛的教学做到这里时会出现闪退的问题,不知道怎么解决,求助(我是小白,如果可以请说详细些,谢谢啦)

解决方案

http://bbs.csdn.net/topics/390509766

解决方案二:
这是出错的代码

package com.example.test_01;

import android.app.Fragment;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;

public class MainFragment extends Fragment {

public interface OnFragmentInteractionListener {    void  onMainFragmentInteraction(int msg);}protected OnFragmentInteractionListener mListener;@Override  public View onCreateView(LayoutInflater inflater ViewGroup container                           Bundle savedInstanceState) {      View rootView = inflater.inflate(R.layout.fragment_main container false);      rootView.findViewById(R.id.myMusicButton).                                                  //切换至我的音乐Fragment              setOnClickListener(new View.OnClickListener() {          @Override          public void onClick(View v) {          mListener.onMainFragmentInteraction          (AppConstant.PlayerMsg.CHANGE_TO_MY_MUSIC_FRAGMENT);          }      });      return rootView;  }  

}

解决方案三:
一般nullpointexception 最好就是用deBug的方法定位到具体代码错误的地方,然后检查究竟是获取的参数的问题还是布局文件的原因或者是控件的id号的问题

时间: 2024-10-31 12:52:38

android-在fragment转换中出现java.lang.NullPointerException的相关文章

JSP页面中出现的一个异常:org.apache.jasper.JasperException: java.lang.NullPointerException

先把出现的异常情况贴出来吧: type Exception report messagejava.lang.NullPointerException descriptionThe server encountered an internal error that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: java.lang.NullPointerException

android开发-java.lang.NullPointerException 在学习armenu时候遇到这问题的

问题描述 java.lang.NullPointerException 在学习armenu时候遇到这问题的 java.lang.NullPointerException at com.administrator_example.icm_arcmenu.view.ArcMenu.layoutButton(ArcMenu.java:137) 这句:mCButton.setOnClickListener(this); at com.administrator_example.icm_arcmenu.v

HashMap中java.lang.NullPointerException异常问题

问题描述 //添加根结点Iterator<String>Iter=resultMap.keySet().iterator();inti=0;while(Iter.hasNext()){i++;System.out.println(i);StringscCode=Iter.next();if(resultMap.get(Iter.next())!=null){StringscParent=resultMap.get(Iter.next()).toString();System.out.print

hashmap-Java中遇到的一个异常Exception in thread &amp;amp;quot;main&amp;amp;quot; java.lang.NullPointerException

问题描述 Java中遇到的一个异常Exception in thread "main" java.lang.NullPointerException import java.util.*; public class NewHashTest{ public static void main(String[] args) { HashMap hash = new HashMap(); Emp emp1 = new Emp(""laoda""111&q

mybatis-myBatis中的莫名其妙的java.lang.NullPointerException,求指教

问题描述 myBatis中的莫名其妙的java.lang.NullPointerException,求指教 xml: <!-- ognl访问静态方法的表达式 为@class@method(args),以下为调用Ognl.isNotEmpty()方法,还有其它方法如isNotBlank()可以使用,具体请查看Ognl类 --> AND SRLNO = '${h_srlno}' AND URGEDATE = '${h_date}' </where> </sql> <s

javaweb-web开发中遇到java.lang.ClassFormatError应该怎么解决?谢谢各位大牛:)?

问题描述 web开发中遇到java.lang.ClassFormatError应该怎么解决?谢谢各位大牛:)? 我做的项目,有好多个java文件,根据错误提示,应该怎么解决!谢谢各位大牛! MyEclipse8.5中控制台信息如下: 2015-5-6 8:31:03 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.32 using AP

ssh2-ssh中遇到java.lang.NumberFormatException

问题描述 ssh中遇到java.lang.NumberFormatException 想做一个歌曲的分页显示 出现java.lang.NumberFormatException: For input string: ""null"" java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) //按songname查找歌曲 public String getSbn(){

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method &amp;#39;void android.app.ActionBar.setDisplayShowHomeEnabled(boolean)&amp;#39; on

/********************************************************************************* * Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setDisplayShowHomeEnabled(boolean)' on a null object referenc

ndroid-新人求助 java.lang.NullPointerException

问题描述 新人求助 java.lang.NullPointerException 04-26 21:42:40.039: E/AndroidRuntime(1125): FATAL EXCEPTION: main 04-26 21:42:40.039: E/AndroidRuntime(1125): Process: com.example.remotecontrol, PID: 1125 04-26 21:42:40.039: E/AndroidRuntime(1125): java.lang