You never instantiated builder. You need to say builder = ...;
Also, you can’t have private fields inside a method. Delete the private keyword.
2
solved Java file uri with xml file null pointer exception [closed]
 
You never instantiated builder. You need to say builder = ...;
Also, you can’t have private fields inside a method. Delete the private keyword.
2
solved Java file uri with xml file null pointer exception [closed]