RT,目前可以运行未安装的APK。但是在读取XML布局文件时,XML文件中的引用资源看代码:
    <LinearLayout  android:layout_width="fill_parent" android:orientation="horizontal" android:background="@drawable/ic_launcher"
         android:layout_height="wrap_content">
        <Button 
             android:layout_height="wrap_content" android:text="@string/back_button_name" android:layout_width="wrap_content" android:id="@+id/back_button"/>
    </LinearLayout>获取不到图片资源,字符串等一些列的配置资源文件,但是XML中读取到了具体的ID。运行效果图如下:注:A是安装包,B是插件包
注:图片资源是A中资源,只有文字资源是在B的APK中,读取出来却是ID号,而非Strings.xml中的文字,求解答androidlayoutxml插件apk