甚至没有创建Android Sqlite表创建表查询成功执行

时间:2015-10-30 11:02:39

标签: android sqlite

在我的项目中,当我使用断点调试时,我的创建表查询成功执行..但是当我在文件浏览器中看到 - > mnt-> sdcard-> android-> Mydbname-> mydbname.db否表格在那里创建..我还检查了data-> data->包名称 - > ....我使用sqlite admin创建了数据库。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:viaCustom="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <ImageView
        android:id="@+id/packageImage"
        android:layout_width="wrap_content"
        android:layout_height="230dp"
        android:scaleType="fitXY"
        android:src="@drawable/cheese_1" />
    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="160dp">
        <TextView
            android:id="@+id/tvNightAndDays"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp"
            android:text="3 Night/4 days"
            android:textColor="@color/white" />
    </RelativeLayout>
</RelativeLayout>

0 个答案:

没有答案