Android Liferay屏幕列表小屏幕显示;加载列表时出错“;

Android Liferay屏幕列表小屏幕显示;加载列表时出错“;,android,liferay,liferay-6,Android,Liferay,Liferay 6,我最近开始为Liferay 6.2开发android移动应用程序 DDLListScreenlet显示加载列表时出错。这是我的密码。我被困在这里显示ddl列表。我已经做了这段视频中给出的。我检查得很好,recordSetId和lableFields是正确的 activity_ddlist.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.c

我最近开始为Liferay 6.2开发android移动应用程序

DDLListScreenlet显示加载列表时出错。这是我的密码。我被困在这里显示ddl列表。我已经做了这段视频中给出的。我检查得很好,recordSetId和lableFields是正确的

activity_ddlist.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    xmlns:liferay="http://schemas.android.com/apk/res-auto"
    tools:context="com.mindcraft.myspace.DDLListActivity">

    <include android:id="@+id/app_bar"
        layout="@layout/app_bar" />

    <com.liferay.mobile.screens.ddl.list.DDLListScreenlet
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        liferay:recordSetId="28285"
        liferay:labelFields="Title" />

</LinearLayout>

server_context.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- Change these values for your Liferay Portal installation -->

    <string name="liferay_server">http://192.168.0.8:8090</string>

    <integer name="liferay_company_id">20154</integer>
    <integer name="liferay_group_id">20181</integer>

    <integer name="liferay_recordset_id">28285</integer>
    <integer name="liferay_structure_id">28283</integer>
    <string name="liferay_recordset_fields">Title</string>

</resources>

http://192.168.0.8:8090
20154
20181
28285
28283
标题

您能发布例外情况吗?您必须登录才能显示列表。您可以发布异常吗?您必须登录才能显示列表。