java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File com.parse.ParsePlugins.getParseDir()' on a null object reference

前端 未结 2 1469
情书的邮戳
情书的邮戳 2021-02-20 06:11

Trying to load a class from Parse , however the app crashes as soon I launch it! Here is the code:

 ListView listview;
List ob;
P         


        
2条回答
  •  长情又很酷
    2021-02-20 06:26

    you need assign your App file in manifest Open your manifest file and add this code in manifest file in application tag, first line android:name=".App"

    good luck in programming

提交回复
热议问题