A
Android Question
Guest
can anyone guide me on how to start using parse on android from the scratch? i downloaded the zip file of the app from the site and extracted it. Can anyone please tell me which build.gradle to open? If you extract the Parse-Starter-Project-1.8.2.zip, you get a folder called gradle, a folder called ParseStarterProject, some files called build.gradle, setting.gradle and some other files. If i open that folder called ParseStarterProject that is inside Project-1.8.2.zip, it also has another build.gradle but no setting.gradle
which build.gradle should i open in android studio? the one which is inside Project-1.8.2.zip and has setting. gradle in the same directory or the one which is inside the ParseStartedProject folder that doesn't have a setting.gradle in the same folder??
if i open the build.gradle that is inside the folder ParseStartedProject and initialize my keys in ProjectApplication.java file, it says success. but when I make a new object and try to save it in background, log cat gives this error
02-22 12:28:33.280 1656-1656/com.parse.starter E/AndroidRuntime﹕ FATAL
EXCEPTION: main
Process: com.parse.starter, PID: 1656
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.parse.starter/com.parse.starter.ParseStarterProjectActivity}: java.lang.IllegalArgumentException: cannot setReadAccess for a user with null id
and then a lot of errors beneath it which includes this line too
Caused by: java.lang.IllegalArgumentException: cannot setReadAccess for a user with null id
can anyone please please please tell me how to fix this. Its been two days and I cant fix this error.
which build.gradle should i open in android studio? the one which is inside Project-1.8.2.zip and has setting. gradle in the same directory or the one which is inside the ParseStartedProject folder that doesn't have a setting.gradle in the same folder??
if i open the build.gradle that is inside the folder ParseStartedProject and initialize my keys in ProjectApplication.java file, it says success. but when I make a new object and try to save it in background, log cat gives this error
02-22 12:28:33.280 1656-1656/com.parse.starter E/AndroidRuntime﹕ FATAL
EXCEPTION: main
Process: com.parse.starter, PID: 1656
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.parse.starter/com.parse.starter.ParseStarterProjectActivity}: java.lang.IllegalArgumentException: cannot setReadAccess for a user with null id
and then a lot of errors beneath it which includes this line too
Caused by: java.lang.IllegalArgumentException: cannot setReadAccess for a user with null id
can anyone please please please tell me how to fix this. Its been two days and I cant fix this error.
....here's what I found (from here: