Closed GoogleCodeExporter closed 9 years ago
Would it be possible for you to send me an application that exhibits this issue?
Original comment by renasr...@gmail.com
on 20 Nov 2012 at 6:58
I've put the test project separate from the main project. In the test project,
as soon as it reaches the line "enterText", a NullPointerException is raised.
Original comment by mrpc.cam...@gmail.com
on 20 Nov 2012 at 2:45
Attachments:
There is a facebook dependency. Can you please send that as well. Thanks.
Original comment by renasr...@gmail.com
on 20 Nov 2012 at 2:59
here it is.
Original comment by mrpc.cam...@gmail.com
on 20 Nov 2012 at 3:04
Attachments:
I run this project on a Mac with Eclipse 3.8 and Android SDK Tool v21.
Original comment by mrpc.cam...@gmail.com
on 20 Nov 2012 at 3:05
Your solo setup should look like the following:
solo = new Solo(getInstrumentation(), getActivity());
As it is now you give it a instrumentation null object.
Original comment by renasr...@gmail.com
on 20 Nov 2012 at 3:19
My mistake. Thanks.
Original comment by mrpc.cam...@gmail.com
on 20 Nov 2012 at 3:25
Original issue reported on code.google.com by
mrpc.cam...@gmail.com
on 20 Nov 2012 at 4:38