Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to write package name in android manifest?
    text
    copied!<p>I am working on my application now i had created three packages in my application and i put this three package in one particular package and i had updated Android Manifest but still it will force closed.I had tried lots of things but no working please help me. How to solve that? Android Manifest</p> <pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="mayank.com" android:versionCode="1" android:versionName="1.0" &gt; &lt;application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; &lt;activity android:name="mayank.com.onlinerecharge.MainActivity" android:label="@string/app_name" android:theme="@style/tabTheme"&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="mayank.com.onlinerecharge.signup" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.signin" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.account" android:label="@string/app_name" android:theme="@style/tabTheme"/&gt; &lt;activity android:name="mayank.com.onlinerecharge.mobile" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.dth" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.datacard" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.about" /&gt; &lt;activity android:name="mayank.com.onlinerecharge.ViewPagerAdapter" /&gt; &lt;activity android:name="mayank.com.after_login.Main_after_login" android:label="@string/app_name" android:theme="@style/tabTheme" /&gt; &lt;activity android:name="mayank.com.after_login.help" /&gt; &lt;activity android:name="mayank.com.after_login.history" /&gt; &lt;activity android:name="mayank.com.after_login.ewallet" /&gt; &lt;activity android:name="mayank.com.after_login.signout" /&gt; &lt;activity android:name="mayank.com.utils.Const" /&gt; &lt;activity android:name="mayank.com.utils.Pref" /&gt; &lt;/application&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;/manifest&gt; </code></pre>
 

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