Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6617973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:46:05+00:00 2026-05-25T20:46:05+00:00

Wen i install my apk file on android device and after installation wen i

  • 0

Wen i install my apk file on android device and after installation wen i hit the open button my application does not start and shows force close.

The logcat output of my application is shown below :

    09-28 12:14:57.651: INFO/ActivityManager(124): Starting activity: Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.biz.mlm/.SplashScreen }

09-28 12:14:57.660: WARN/ActivityManager(124): Permission Denial: starting Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.biz.mlm/.SplashScreen } from ProcessRecord{44ffa660 1130:com.android.packageinstaller/10026} (pid=1130, uid=10026) requires android.permission.WRITE_CONTACTS

09-28 12:14:57.672: DEBUG/AndroidRuntime(1130): Shutting down VM

09-28 12:14:57.672: WARN/dalvikvm(1130): threadid=1: thread exiting with uncaught exception (group=0x4001d800)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130): FATAL EXCEPTION: main

09-28 12:14:57.700: ERROR/AndroidRuntime(1130): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.biz.mlm/.SplashScreen } from ProcessRecord{44ffa660 1130:com.android.packageinstaller/10026} (pid=1130, uid=10026) requires android.permission.WRITE_CONTACTS

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.os.Parcel.readException(Parcel.java:1247)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.os.Parcel.readException(Parcel.java:1235)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:1298)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.app.Instrumentation.execStartActivity(Instrumentation.java:1373)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.app.Activity.startActivityForResult(Activity.java:2817)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.app.Activity.startActivity(Activity.java:2923)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at com.android.packageinstaller.InstallAppProgress.onClick(InstallAppProgress.java:224)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.view.View.performClick(View.java:2408)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.view.View$PerformClick.run(View.java:8816)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.os.Handler.handleCallback(Handler.java:587)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.os.Handler.dispatchMessage(Handler.java:92)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.os.Looper.loop(Looper.java:123)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at android.app.ActivityThread.main(ActivityThread.java:4627)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at java.lang.reflect.Method.invokeNative(Native Method)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at java.lang.reflect.Method.invoke(Method.java:521)

09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
09-28 12:14:57.700: ERROR/AndroidRuntime(1130):     at dalvik.system.NativeStart.main(Native Method)
09-28 12:14:57.740: WARN/ActivityManager(124):   Force finishing activity com.android.packageinstaller/.InstallAppProgress

Please help me by guiding me about what I have done wrong

EDIT :

The permissions in my manifest are :

<uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />
    <!-- <uses-permission android:name="android.permission.INSTALL_PACKAGES"/> -->
    <application android:icon="@drawable/biz_logo"
        android:permission="android.permission.WRITE_CONTACTS">

After this also it is behaving same

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:46:06+00:00Added an answer on May 25, 2026 at 8:46 pm

    Looks like you need to add the permission

    android.permission.WRITE_CONTACTS
    

    to your manifest file.

    Barry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I made a java application.and bundled all classes in jar file..wen i run the
The Code below on execution in android throws IOException but not wen executed as
Wen using functional dependencies, I frequently hit the Coverage Condition . It is possible
package woot.wat.wen; import android.app.Activity; import android.os.Bundle; import android.text.Layout; import android.util.Log; import android.view.KeyEvent; import android.view.View;
i'm new to android and i would like to know about these api's.. wen
Wen I run nanoc compile on my nanoc site everything builds. When I run
As in wen you run any output in a frame, every time you run
Here is my situation. I'm creating a drawing application using OpenGL and WinAPI. My
i have been trying to uplaod an application to apple store for 2 days
I want to animate an absolute-positioned image with right:xxxPX, let's say. Wen the animation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.