在Android Manifest中添加Volley Library AppController

时间:2018-01-03 11:18:52

标签: android android-volley android-manifest

我正在使用Volley库并希望在清单中添加AppController,但我已经有了另一个应用程序名称。我怎么能同时使用它们

<application

    android:name="com.activeandroid.app.Application"
    android:allowBackup="true"
    android:hardwareAccelerated="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:theme="@style/AppTheme">


    <meta-data
        android:name="AA_DB_NAME"
        android:value="com.guidedkeys.db" />
    <meta-data
        android:name="AA_DB_VERSION"
        android:value="2" />
    <meta-data
        android:name="AA_MODELS"
        android:value="com.guidedkeys.main.Video,com.guidedkeys.main.Category,com.guidedkeys.main.Favorites" />

0 个答案:

没有答案