GeoPointMapActivitySdk7.java giving errors after linking with play services

Hi all,

I am experiencing a slight problem with one of the classes from ODK
collect. When I read online, it states that ODK project needs to be linked
with Google play services, I downloaded and linked the two but
now GeoPointMapActivitySdk7.java is giving errors. At first it
was GeoPointMapActivity.java giving errors before linking with play
services. Can someone please assist with what I might have done wrong or
still need to do.

Regards
Samito

You need to install the Google Play Services APK when using Google Maps
displays. This is a separate APK from ODK Collect and would need to be
installed on your emulator/device before map displays can work.

Also, are you using the Google Play Services from the ODK code tree?
http://code.google.com/p/opendatakit/source/browse?repo=playservices

You should NOT use the one with the Android SDK, as that is a constantly
revising set of code and they have changed package and class names.

··· On Sun, Aug 24, 2014 at 2:48 PM, Samito Sibiya wrote:

Hi all,

I am experiencing a slight problem with one of the classes from ODK
collect. When I read online, it states that ODK project needs to be linked
with Google play services, I downloaded and linked the two but
now GeoPointMapActivitySdk7.java is giving errors. At first it
was GeoPointMapActivity.java giving errors before linking with play
services. Can someone please assist with what I might have done wrong or
still need to do.

Regards
Samito

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

Hi Mitch

I downloaded the same library and I have the Google play APK on my device.
When I add the library it removes all the little red "X"s except for that
one class, I tried adding it to the manifest file but it gives an error in
the manifest also. this is how I added it to the manifest:

When I add this line, the following error occurs in the manifest:

error: No resource found that matches the given name (at 'value' with value
'@integer/google_play_services_version').

Regards
Samito

··· On Monday, August 25, 2014 7:38:50 PM UTC+2, Mitch wrote: > > You need to install the Google Play Services APK when using Google Maps > displays. This is a separate APK from ODK Collect and would need to be > installed on your emulator/device before map displays can work. > > Also, are you using the Google Play Services from the ODK code tree? > http://code.google.com/p/opendatakit/source/browse?repo=playservices > > You should NOT use the one with the Android SDK, as that is a constantly > revising set of code and they have changed package and class names. > > > > > On Sun, Aug 24, 2014 at 2:48 PM, Samito Sibiya <sibus...@gmail.com > wrote: > >> Hi all, >> >> I am experiencing a slight problem with one of the classes from ODK >> collect. When I read online, it states that ODK project needs to be linked >> with Google play services, I downloaded and linked the two but >> now GeoPointMapActivitySdk7.java is giving errors. At first it >> was GeoPointMapActivity.java giving errors before linking with play >> services. Can someone please assist with what I might have done wrong or >> still need to do. >> >> Regards >> Samito >> >> -- >> 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 > mitche...@gmail.com >

Samito,

You have not properly linked the two projects.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Aug 25, 2014 at 12:51 PM, Samito Sibiya sibusisosam@gmail.com wrote:

Hi Mitch

I downloaded the same library and I have the Google play APK on my device.
When I add the library it removes all the little red "X"s except for that
one class, I tried adding it to the manifest file but it gives an error in
the manifest also. this is how I added it to the manifest:

When I add this line, the following error occurs in the manifest:

error: No resource found that matches the given name (at 'value' with value
'@integer/google_play_services_version').

Regards
Samito

On Monday, August 25, 2014 7:38:50 PM UTC+2, Mitch wrote:

You need to install the Google Play Services APK when using Google Maps
displays. This is a separate APK from ODK Collect and would need to be
installed on your emulator/device before map displays can work.

Also, are you using the Google Play Services from the ODK code tree?
http://code.google.com/p/opendatakit/source/browse?repo=playservices

You should NOT use the one with the Android SDK, as that is a constantly
revising set of code and they have changed package and class names.

On Sun, Aug 24, 2014 at 2:48 PM, Samito Sibiya sibus...@gmail.com wrote:

Hi all,

I am experiencing a slight problem with one of the classes from ODK
collect. When I read online, it states that ODK project needs to be linked
with Google play services, I downloaded and linked the two but now
GeoPointMapActivitySdk7.java is giving errors. At first it was
GeoPointMapActivity.java giving errors before linking with play services.
Can someone please assist with what I might have done wrong or still need to
do.

Regards
Samito

--
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
mitche...@gmail.com

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

For now, update to the v1.4.4 tag in the ODK Collect project -- the very
tip of the source tree does not compile with the current google play
services libraries.

Once Nafundi resolves the build issues, and I merge in the bug fix from
surveyCTO, we will be updating that tag to point to the official 1.4.4
release version and announcing the 1.4.4 release.

Until then, this tag location is the last known good interim build.

··· On Mon, Aug 25, 2014 at 2:04 PM, Yaw Anokwa wrote:

Samito,

You have not properly linked the two projects.

http://stackoverflow.com/questions/19843784/google-play-services-library-update-and-missing-symbol-integer-google-play-serv

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 25, 2014 at 12:51 PM, Samito Sibiya sibusisosam@gmail.com wrote:

Hi Mitch

I downloaded the same library and I have the Google play APK on my
device.
When I add the library it removes all the little red "X"s except for that
one class, I tried adding it to the manifest file but it gives an error
in
the manifest also. this is how I added it to the manifest:

When I add this line, the following error occurs in the manifest:

error: No resource found that matches the given name (at 'value' with
value
'@integer/google_play_services_version').

Regards
Samito

On Monday, August 25, 2014 7:38:50 PM UTC+2, Mitch wrote:

You need to install the Google Play Services APK when using Google Maps
displays. This is a separate APK from ODK Collect and would need to be
installed on your emulator/device before map displays can work.

Also, are you using the Google Play Services from the ODK code tree?
http://code.google.com/p/opendatakit/source/browse?repo=playservices

You should NOT use the one with the Android SDK, as that is a constantly
revising set of code and they have changed package and class names.

On Sun, Aug 24, 2014 at 2:48 PM, Samito Sibiya sibus...@gmail.com wrote:

Hi all,

I am experiencing a slight problem with one of the classes from ODK
collect. When I read online, it states that ODK project needs to be
linked
with Google play services, I downloaded and linked the two but now
GeoPointMapActivitySdk7.java is giving errors. At first it was
GeoPointMapActivity.java giving errors before linking with play
services.
Can someone please assist with what I might have done wrong or still
need to
do.

Regards
Samito

--
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
mitche...@gmail.com

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

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