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

  • SEARCH
  • Home
  • 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 8113631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:53:26+00:00 2026-06-06T02:53:26+00:00

I published an app 2 moths ago and sometimes, I am getting some errors

  • 0

I published an app 2 moths ago and sometimes, I am getting some errors from the users.

Here is the log:

java.lang.NoClassDefFoundError: android.os.StrictMode$ThreadPolicy$Builder
at mdpi.android.MDPIActivity.onCreate(MDPIActivity.java:132)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:871)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)
at dalvik.system.NativeStart.main(Native Method)

The strange thing is that when testing, I am newer getting this error and at the moment, there are 6 repports from the other users about this problem.

Here is my manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mdpi.android"
android:versionCode="4"
android:versionName="2.1" 
android:installLocation="auto">

<uses-sdk android:minSdkVersion="8" />

<application
    android:icon="@drawable/app_icon"
    android:label="@string/app_name"  
    android:theme="@android:style/Theme.Black">
    android:debuggable=false


    <activity
        android:name=".WelcomeScreen"
        android:configChanges="orientation|keyboardHidden"
        android:label="@string/app_name" >

        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>     
    </activity>

    <activity android:name=".MDPIActivity"
        android:configChanges="keyboardHidden|orientation"></activity>

    <activity android:name=".UserSubmission"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserProfile"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserInformations"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserForgotPassword"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserRegistration"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserSubmissions"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserSubmissionLog"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserEmailNotifications"></activity>
    <activity android:name=".Journals"
        android:configChanges="keyboardHidden|orientation"></activity>

    <activity android:name=".JournalsAdding"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalAimsAndScope"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalEditorialBoard"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalContact"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalArticles"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalArticleInfo"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".JournalArticlesVolumeIssuesSelection"></activity>

    <activity android:name=".MDPI_About"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".MDPI_About_About"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".MDPI_About_Contact"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".User_Registration_Country_Choosing"></activity>

    <activity android:name=".MDPI_About_OpenAccess"
        android:configChanges="orientation|keyboardHidden"></activity>

    <activity android:name=".UserLoging"
        android:configChanges="keyboardHidden|orientation"></activity>

    <activity 
        android:name=".JournalSelectingDialog"
        android:theme="@android:style/Theme.Dialog"
        android:configChanges="orientation|keyboardHidden"></activity>

     <activity android:name=".UserProfileEditing"
        android:configChanges="orientation|keyboardHidden"
        android:windowSoftInputMode="stateHidden"></activity>

     <activity android:name=".User_EditProfile_Country_Choosing"
        android:configChanges="orientation|keyboardHidden">
     </activity>

     <activity android:name=".JournalsDeleting"
        android:configChanges="orientation|keyboardHidden">
        </activity>

        <activity android:name=".Highlights"
        android:configChanges="orientation|keyboardHidden">
        </activity>

        <activity android:name=".Highlights_News"
        android:configChanges="orientation|keyboardHidden">
        </activity>

         <activity android:name=".Highlights_News_Informations"
        android:configChanges="orientation|keyboardHidden">
        </activity>

        <activity android:name=".Highlights_NewSpecialIssues"
        android:configChanges="orientation|keyboardHidden">
        </activity>

         <activity android:name=".Highlights_NewSpecialIssue_Informations"
        android:configChanges="orientation|keyboardHidden">
        </activity>

         <activity android:name=".Search"
        android:configChanges="orientation|keyboardHidden">
          <intent-filter>   
        <action android:name="android.intent.action.SEARCH" />
        </intent-filter>
        <meta-data android:name="android.app.searchable"
               android:resource="@xml/searchable"/>   
        </activity>


         <activity android:name=".SearchInterface"
        android:configChanges="orientation|keyboardHidden">
         <meta-data android:name="android.app.default_searchable"
               android:value=".Search" />
         </activity>

          <activity android:name=".SpecialIssueInformations"
        android:configChanges="orientation|keyboardHidden">
        </activity>

          <activity android:name=".ArticlesFromAuthor"
        android:configChanges="orientation|keyboardHidden">
        </activity>

           <activity android:name=".ChangeWallpaper"
        android:configChanges="orientation|keyboardHidden">
        </activity>



</application>  
    <uses-permission android:name="android.permission.INTERNET"></uses-permission>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

  • 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-06-06T02:53:28+00:00Added an answer on June 6, 2026 at 2:53 am

    Strict Mode was introduced in API level 9, and you’ve got 8 set as your minimum in the manifest. These are probably from users running 2.2.x (API level 8).

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

Sidebar

Related Questions

I published my app 2 months ago and sometimes, I am geting some reports
I'am getting sometimes the following error on my published web app with ELMAH: System.Web.HttpException
I published an app to the android market about 3 hours ago and it
I published app at the Market and I keep getting error: Exception class: android.content.res.Resources$NotFoundException
I have published an app which is at version 3.0. I have made some
I have a published app and received a stack trace from a crash: android.view.WindowManager$BadTokenException:
I published an app to Air 2.5 (.air) from Adobe Flash CS 5 and
I published my app in Visual Studio 2008. I'm getting a problem installing on
I've published my Android app over two hours ago and it's still not published,
I published my first app to the Android Market an have the weird problem,

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.