Mobile/Fennec/Android: Difference between revisions

Line 107: Line 107:
* Google Repository '''19'''
* Google Repository '''19'''


'''2015/08/26 "Support library 23 and SDK 22/23"''': Currently the latest support library version available is 23. This version requires you to build with SDK 23 but Fennec does not build with that SDK version just yet. You can find more about that [https://mail.mozilla.org/pipermail/mobile-firefox-dev/2015-August/001399.html in this mailing list posting]. If you are seeing the following build error then you will need to [https://mail.mozilla.org/pipermail/mobile-firefox-dev/2015-August/001401.html manually downgrade your support library to version 22]:
'''2015/08/26 "Support library 23 and SDK 22/23"''': Currently the latest support library version available is 23. This version requires you to build with SDK 23 but Fennec does not build with that SDK version just yet. You can find more about that [https://mail.mozilla.org/pipermail/mobile-firefox-dev/2015-August/001399.html in this mailing list posting]. If you are seeing the following build error then you will need to [https://mobile.etherpad.mozilla.org/109 manually downgrade your support library to version 22]:


     /usr/local/opt/android-sdk/extras/android/support/v7/appcompat/res/values-v23/styles_base.xml:20: error:
     /usr/local/opt/android-sdk/extras/android/support/v7/appcompat/res/values-v23/styles_base.xml:20: error:
Line 113: Line 113:
     /usr/local/opt/android-sdk/extras/android/support/v7/appcompat/res/values-v23/styles_base_text.xml:19: error:
     /usr/local/opt/android-sdk/extras/android/support/v7/appcompat/res/values-v23/styles_base_text.xml:19: error:
     Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
     Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.


"Google Play Services" is listed under Extras by the ''android'' package manager.
"Google Play Services" is listed under Extras by the ''android'' package manager.
118

edits