We see this exact same error on a number of systems as well, but
interestingly not on all systems.  Interestingly, we've found that if
we tweak the command line that is generating the error, we can
eliminate the error on all systems.  E.g. on machines which exhibit
the problem, if we run:

p...@android5:$ ./out/host/linux-x86/bin/aapt package  -m -z  -J out/
target/common/obj/APPS/Development_intermediates/src -M development/
apps/Development/AndroidManifest.xml -P out/target/common/obj/APPS/
Development_intermediates/public_resources.xml -S development/apps/
Development/res  -I out/target/common/obj/APPS/framework-
res_intermediates/package-export.apk

Then, we get the error below:
development/apps/Development/AndroidManifest.xml:74: ERROR Error:
String types not allowed (at 'configChanges' with value 'keyboard|
keyboardHidden|navigation|orientation').

However, if we tweak the final argument in the above command line by
pre-pending "../OSP/", as follows:

p...@android5:$ ./out/host/linux-x86/bin/aapt package  -m -z  -J out/
target/common/obj/APPS/Development_intermediates/src -M development/
apps/Development/AndroidManifest.xml -P out/target/common/obj/APPS/
Development_intermediates/public_resources.xml -S development/apps/
Development/res  -I ../OSP/out/target/common/obj/APPS/framework-
res_intermediates/package-export.apk

We do not see the error.   Very odd.   Maybe someone at Google has a
idea?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to