Note that there are some explanatory texts on larger screens.

plurals
  1. POReleasing the android app
    primarykey
    data
    text
    <p>This question is related to the releasing the app to app store. I am getting this error in commend line.</p> <p>error= ERROR getting 'android:name' attribute: attribute is not an integer value</p> <p>actually I am launching the app, but its showing the error in commend line.</p> <p><strong>Edit</strong>:</p> <p>here is my <strong>Manifest.xml</strong> file code</p> <pre><code>&lt;uses-sdk android:minSdkVersion="12" android:targetSdkVersion="17" /&gt; &lt;application android:name="mobile.briltime.brilnet.SdkDemoLowLevelApp" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" &gt; &lt;activity android:label="@string/app_name" android:name="mobile.briltime.brilnet.SplaseScreen" android:screenOrientation="portrait" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name="mobile.briltime.brilnet.MainActivity" android:screenOrientation="portrait"&gt;&lt;/activity&gt; &lt;activity android:name="mobile.briltime.brilnet.LoginManual" android:screenOrientation="portrait"&gt;&lt;/activity&gt; &lt;activity android:name="mobile.briltime.brilnet.AnimationStackedFrames" android:screenOrientation="portrait"&gt;&lt;/activity&gt; &lt;activity android:name="mobile.briltime.brilnet.Login" android:screenOrientation="portrait"&gt;&lt;/activity&gt; &lt;activity android:name="mobile.briltime.brilnet.MyFriendListActivity" android:screenOrientation="portrait"&gt;&lt;/activity&gt; &lt;provider android:name="com.c2call.sdk.pub.db.provider.C2CallContentProvider" android:authorities="mobile.briltime.brilnet.content" android:exported="true" android:grantUriPermissions="true" &gt; &lt;grant-uri-permission android:pathPattern=".*" /&gt; &lt;/provider&gt; &lt;/application&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload