diff --git a/README.cross b/README.cross index 1a773da88078a0d090b16e64941bb98ffb4aa713..23fdc7ca5609bd0faef40c2691052be635ef7355 100644 --- a/README.cross +++ b/README.cross @@ -377,6 +377,17 @@ an "adb logcat" running in another window. To debug, do manually what "make run" would do and when the app has started, run ndk-gdb. +NB: If you happen to upgrade to Android SDK Tools 23, and the build (using +'make verbose=t android') fails for you with: + + [dx] UNEXPECTED TOP-LEVEL EXCEPTION: + [dx] java.io.FileNotFoundException: /local/libreoffice/android-sdk-linux/tools/support/annotations.jar (Adresář nebo soubor neexistuje) + +you need to copy the annotations.jar from an older sdk; like + +wget 'http://dl-ssl.google.com/android/repository/tools_r22.6.2-linux.zip' +unzip tools_r22.6.2-linux.zip +cp tools/support/annotations.jar /tools/support/ Raspbian ******** diff --git a/android/Bootstrap/no-resource-compress-23.xml b/android/Bootstrap/no-resource-compress-23.xml new file mode 100644 index 0000000000000000000000000000000000000000..2b297826f0c8fe7652e8302146e65e09485043b2 --- /dev/null +++ b/android/Bootstrap/no-resource-compress-23.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + +