Closed GoogleCodeExporter closed 8 years ago
Hi alemu.anteneh,
I need some more info in order to reproduce and debug the crash.
Please attach the following application files (when applicable):
- AndroidManifest.xml
- .classpath
- default.properties
- a full LogCat dump from application launch to exception/crash
- a meaningful portion of the source code where the exception is thrown
Original comment by loreca...@gmail.com
on 13 Feb 2014 at 2:39
Thanks for ur help, here i have attached all
Original comment by alemu.an...@gmail.com
on 14 Feb 2014 at 9:32
Attachments:
Thanks, but the log file is empty, can you check if you uploaded the right one?
Original comment by loreca...@gmail.com
on 14 Feb 2014 at 9:37
sorry... here is the full logCat file now
Original comment by alemu.an...@gmail.com
on 14 Feb 2014 at 10:24
Attachments:
Ok, as you can see from the log, there's a NPE at line 37 of TestJena.java.
That's due to referencing the resources instance field while it hasn't been
initialized. I don't know the purpose of resources, however you can easily fix
the error by replacing line 37 with:
in = getAssets().open("sample2.owl");
Clearly, the file sample2.owl must be placed in the assets folder of your
project.
Please let me know if this solves your problem.
Original comment by loreca...@gmail.com
on 14 Feb 2014 at 10:57
Thank u very much, i am able to read the owl file now....
Best Regards!
Original comment by alemu.an...@gmail.com
on 14 Feb 2014 at 12:09
No problem, bye!
Original comment by loreca...@gmail.com
on 14 Feb 2014 at 12:09
Original issue reported on code.google.com by
alemu.an...@gmail.com
on 13 Feb 2014 at 2:36