Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit bb5849831cc38dd1d229f2b80702b94d8f01de43
Author: Sumir Kataria <sumir@google.com>
Date: Thu May 02 14:02:53 2019
Correct some old terminology in PeriodicWorkRequest documentation.
Fixes: 131711394
Test: genDocs
Change-Id: Ie8469aa34d02185c6fca9ed18a9ecf4d8bb3c81d
M work/workmanager/src/main/java/androidx/work/PeriodicWorkRequest.java
https://android-review.googlesource.com/954493
https://goto.google.com/android-sha1/bb5849831cc38dd1d229f2b80702b94d8f01de43
Branch: androidx-master-dev
commit bb5849831cc38dd1d229f2b80702b94d8f01de43
Author: Sumir Kataria <sumir@google.com>
Date: Thu May 02 14:02:53 2019
Correct some old terminology in PeriodicWorkRequest documentation.
Fixes: 131711394
Test: genDocs
Change-Id: Ie8469aa34d02185c6fca9ed18a9ecf4d8bb3c81d
M work/workmanager/src/main/java/androidx/work/PeriodicWorkRequest.java
da...@google.com <da...@google.com>
me...@ralph.ms <me...@ralph.ms> #3
It works perfectly! Thanks for the quick response!
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.sqlite:sqlite-bundled:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-android:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-iosarm64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-iossimulatorarm64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-iosx64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-jvm:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-linuxarm64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-linuxx64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-macosarm64:2.5.0-alpha07
androidx.sqlite:sqlite-bundled-macosx64:2.5.0-alpha07
Description
Component used: androidx.sqlite, androidx.room<br>
Version used: androidx.sqlite 2.5.0-alpha04, androidx.room 2.7.0-alpha04
Devices/Android versions reproduced on: Linux aarch64 devices such as RaspberryPi.
The following error occurred when using the Room library with a JVM application running on a RaspberryPi 4 ModelB.
Using sqlite-bundled as a dependency.
Apparently, only four types are currently supported: linux_x64, osx_arm64, osx_x64, and windows_x64.
As for the operating systems on which they are running, they are as follows:
I would be very happy if you could support Linux aarch64 environment as well.