diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-06-27 15:44:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-06-30 14:48:01 +0200 |
commit | cfd74ae2b9e77f6e0c515d91912fec6b5a632f9f (patch) | |
tree | d4019eb3555aed5efb7768339d1cbc10d6bd06ac /README.cross | |
parent | e3d91e91489bb9db9c4fe0e639255e8088299151 (diff) |
android: Support for Android SDK Tools 23 + note about their brokeness.
Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.cross b/README.cross index 1a773da88078..23fdc7ca5609 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 <android-sdk-linux>/tools/support/ Raspbian ******** |