I compiled ODK Collect successfully, but not without bug.
The app always crashes whenever I try to open General Settings from inside Admin Settings.
I'm new with Java, so I can't easily find where's the buggy part of the code is.
Please help me.
Look at the logs (either with adb logcat on in your IDE). The stack
trace when it crashes will let you know where the crash happened.
Start there.
It'd also be a good idea to read the docs at
Yaw
···
-- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.On Wed, Aug 12, 2015 at 11:36 PM, Ellam ByDefault ellam.bydefault@gmail.com wrote:
I compiled ODK Collect successfully, but not without bug.
The app always crashes whenever I try to open General Settings from inside Admin Settings.
I'm new with Java, so I can't easily find where's the buggy part of the code is.
Please help me.--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unfortunately I've got Gradle Error (could nof resolve 'UseLocalPaths' while trying to load the source code to Android Studio.
Hi Ellam,
Our repositories are currently in flux and there are some issues during
this transition. The bleeding edge of our source code is currently broken
as we update dependencies. We are working on a fix that should be out
shortly.
If you want to look at stable the code in the meantime, I recommend
checking out a recent tag. For the 2.0 tools (like Survey) try the
ODK_Tables_2.0_rev126 or ODK_Sync_2.0_rev128 tags. For Collect I'd
recommend the v1.4.5_rev_1048 tag. Note that all these tags refer to points
that use Eclipse; before we transitioned to Gradle and Android Studio. We
are not yet stable on the latest tools.
Regards,
Jeff
···
On Thu, Aug 13, 2015 at 7:40 PM, Ellam ByDefault wrote:Unfortunately I've got Gradle Error (could nof resolve 'UseLocalPaths'
while trying to load the source code to Android Studio.--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Ellam,
This should be resolved now. Update to this commit:
Regards,
Jeff
···
On Thu, Aug 13, 2015 at 7:40 PM, Ellam ByDefault wrote:Unfortunately I've got Gradle Error (could nof resolve 'UseLocalPaths'
while trying to load the source code to Android Studio.--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks. I'll try it immediately.
Hi Ellam,
The issue you were seeing in the latest check-ins to Github that use Gradle and Android Studio should be fixed for the following projcets: Collect, Survey, Sync, Tables, Core, Androidcommon, AndroidLibrary, and Google Play Services.
If you want try those out they should build and work successfully now. Look for the commits with the message "Updated to latest gradle config" in the development branches. However, as mentioned before, the development tip is not a stable place, and may break again in the future.
Regards,
Jeff