On 2014-08-14, 3:06 PM, Wesley Johnston wrote:
Starting today, we finally have SDK20 and OpenJDK1.7 running on the builders! 
That means you have new API's available to you! It also means you have to be 
even more careful when using those API's to make sure you have fallbacks in 
place for older Android versions.

I also turned on Chromecast support which means we're including Google Play 
Services in the APK. Note, Google Play Services is actually just a set of 
classes that proxy calls to the actual Google Play Services APK, which the user 
may not have installed. So if you decide you need one of those API's be careful 
to check that its installed first:

https://developer.android.com/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#isGooglePlayServicesAvailable%28android.content.Context%29

The JDK and SDK upgrades shouldn't affect your private builds (yet). The GPS 
requirement may require you to load the sdk manager and install Google Play 
Services. File bugs if that doesn't work!

I landed Eclipse support for this on fx-team today; it should hit Nightly tonight. You'll need to run |mach build-backend -b=AndroidEclipse| again, and you'll have additional projects to add.

The errors about missing projects should be pretty clear when you haven't done this, or when you haven't added the new projects.

Feel free to ping me for support,
Nick
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to