Unable to find ODK Collect 1.4.7 Source Code

Hi!

I wrote another post a couple minutes ago but I can't find it :\

I need a custom version of ODK Collect (with images, icons, text, help and
fixed setup) to one of my costumers but yet I'm not able to find the source
code for the version 1.4.7 (r1053) (Which is available on the Google Play).

I've found these two:

https://code.google.com/p/opendatakit/source/browse?repo=collect

The first seems old and last tag is around v1.4.6

The github link says 'Preparing for 1.4.8 release'. So I think it is the
active branch. Is this?? I need Android Studio or Eclipse to be able to run
and compile an APK?

Need some guidance. I've been all day looking for this with no luck :frowning:

Yes, the google code site is inactive (because Google stopped supporting
it).

Our software is on github, and that is the proper repository for ODK
Collect.

Our releases are tagged. If you use a git visualization tool, you can see
the tags.

The tag you want is v1.4.7_rev_1053

The 1.4.6 and later releases use Android Studio.

Releases prior to that use Eclipse.

The tips of our repositories are unstable.

Always build from a tagged revision unless you are closely collaborating
with our team.

··· On Fri, Nov 20, 2015 at 1:26 PM, Mauro Vietri wrote:

Hi!

I wrote another post a couple minutes ago but I can't find it :\

I need a custom version of ODK Collect (with images, icons, text, help and
fixed setup) to one of my costumers but yet I'm not able to find the source
code for the version 1.4.7 (r1053) (Which is available on the Google Play).

I've found these two:

https://code.google.com/p/opendatakit/source/browse?repo=collect

https://github.com/opendatakit/collect

The first seems old and last tag is around v1.4.6

The github link says 'Preparing for 1.4.8 release'. So I think it is the
active branch. Is this?? I need Android Studio or Eclipse to be able to run
and compile an APK?

Need some guidance. I've been all day looking for this with no luck :frowning:

--
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.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thanks Mitch! I Really appreciate your help.

I've clone gradle-config, odk collect 1.4.7 r1053 and google-services. So
far so good.

I'm new to Android Studio and when I import the build.gradle I get this
error:

Error:
FAILURE: Build failed with an exception.

  • Where:
    Script '/Users/user/Documents/Repo/ODKCollect/gradle-config/remote.gradle'
    line: 18

  • What went wrong:
    A problem occurred evaluating script.

Cannot get property 'workspacePath' on extra properties extension as it
does not exist

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or
    --debug option to get more log output.

Don't know if its a Android Studio error or no. I search for the
'workspacePath' error but no solutions comes up.

Thanks again! It was really helpful.

··· El viernes, 20 de noviembre de 2015, 18:26:04 (UTC-3), Mauro Vietri escribió: > > Hi! > > I wrote another post a couple minutes ago but I can't find it :\ > > I need a custom version of ODK Collect (with images, icons, text, help and > fixed setup) to one of my costumers but yet I'm not able to find the source > code for the version 1.4.7 (r1053) (Which is available on the Google Play). > > I've found these two: > > https://code.google.com/p/opendatakit/source/browse?repo=collect > > https://github.com/opendatakit/collect > > The first seems old and last tag is around v1.4.6 > > The github link says 'Preparing for 1.4.8 release'. So I think it is the > active branch. Is this?? I need Android Studio or Eclipse to be able to run > and compile an APK? > > > Need some guidance. I've been all day looking for this with no luck :( >

Be sure to check out the gradle-config at the tag that is specified in the
collect\settings.gradle
e.g., if collect\settings.gradle contains as its first line:

gradle.ext.gradleConfigVersion = 9

You should check out gradle-config at the revision with the "9" tag.

(our customizations of the build are all in this gradle-config so we can
centrally manage them across all our projects)

··· On Sat, Nov 21, 2015 at 5:23 AM, Mauro Vietri wrote:

Thanks Mitch! I Really appreciate your help.

I've clone gradle-config, odk collect 1.4.7 r1053 and google-services. So
far so good.

I'm new to Android Studio and when I import the build.gradle I get this
error:

Error:
FAILURE: Build failed with an exception.

  • Where:
    Script '/Users/user/Documents/Repo/ODKCollect/gradle-config/remote.gradle'
    line: 18

  • What went wrong:
    A problem occurred evaluating script.

Cannot get property 'workspacePath' on extra properties extension as it
does not exist

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or
    --debug option to get more log output.

Don't know if its a Android Studio error or no. I search for the
'workspacePath' error but no solutions comes up.

Thanks again! It was really helpful.

El viernes, 20 de noviembre de 2015, 18:26:04 (UTC-3), Mauro Vietri escribió:

Hi!

I wrote another post a couple minutes ago but I can't find it :\

I need a custom version of ODK Collect (with images, icons, text, help
and fixed setup) to one of my costumers but yet I'm not able to find the
source code for the version 1.4.7 (r1053) (Which is available on the Google
Play).

I've found these two:

https://code.google.com/p/opendatakit/source/browse?repo=collect

https://github.com/opendatakit/collect

The first seems old and last tag is around v1.4.6

The github link says 'Preparing for 1.4.8 release'. So I think it is the
active branch. Is this?? I need Android Studio or Eclipse to be able to run
and compile an APK?

Need some guidance. I've been all day looking for this with no luck :frowning:

--
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.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com