This device is running 2.3.5 so it should be supported.We transitioned the
As a result 2.3.1 became the minimum OS version as imposed by Google.Google Play Servicessupport to be on by default as that is the common use case and makes API's like the location API far more usable.
android.includeGPlayServices=false-compile:
[javac] Compiling 536 source files to /tmp/build7034578418479870721xxx/AWMain/bin/classes
[javac] /tmp/build7034578418479870721xxx/AWMain/src/com/codename1/location/CodenameOneBackgroundLocationActivity.java:41: error: cannot find symbol
[javac] l.locationUpdated(AndroidLocationPlayServiceManager.convert(location));
[javac] ^
[javac] symbol: variable AndroidLocationPlayServiceManager
[javac] location: class CodenameOneBackgroundLocationActivity
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
/home/ec2-user/android-sdk/tools/ant/build.xml:716: The following error occurred while executing this line:
/home/ec2-user/android-sdk/tools/ant/build.xml:730: Compile failed; see the compiler error output for details.