If I am correct, there are 2 ways to implement librealsense for Android, the java and native version:
However, looking through all the files in the library, neither seems to have functions to create a point cloud. In the C++ tutorial code, like in the example below, there are functions like re2::context().create_pointcloud(). But I can't find the equivalent with the Android wrappers.