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 9240457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:11:35+00:00 2026-06-18T08:11:35+00:00

I have published a new update of my App. After publishing it got a

  • 0

I have published a new update of my App. After publishing it got a warning like “Warning: Your active APK supports less devices then the previous APK. Some users won’t get the update.”

So i’ve compared the details of the current and the prior APK. There is only one difference: The new one has the additional entry “Native Platform: simple-xml.2.6.9.jar”.

Do you think that there is a problem with it? Acutally i’ve intergrated the .jar into my android project.

details of the app

Additionally, the developer console shows me that the app is now compatible with 0 devices… if i search for a certain device i get a notice that it’s because of my manifest settings.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.kit.aifb.nukit"
android:versionCode="8"
android:versionName="@string/app_versionName" >

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

<uses-sdk
    android:minSdkVersion="7" 
    android:targetSdkVersion="17" />

<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/Theme.KIT.Styled"
    android:allowBackup="true" >    

    <activity
        android:name="edu.kit.aifb.nukit.gui.SplashScreenActivity"
        android:label="@string/app_name"
        android:screenOrientation="portrait"
        android:theme="@style/Theme.Sherlock.Light.NoActionBar"
        android:clearTaskOnLaunch="true" >

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

    </activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.ChooseCourseActivity"
        android:screenOrientation="portrait"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.QuestioningAndVotingActivity"
        android:screenOrientation="portrait"
        android:windowSoftInputMode="stateHidden"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.AnswerQuestionActivity"
        android:screenOrientation="portrait"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.ShowResultsActivity"
        android:screenOrientation="portrait"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.ImpressumActivity"
        android:screenOrientation="portrait"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.LicensesActivity"
        android:screenOrientation="portrait"
        android:hardwareAccelerated="false"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.survey.SurveyListActivity"
        android:screenOrientation="portrait"></activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.survey.QuestionActivity"
        android:screenOrientation="portrait"
        android:parentActivityName=".SurveyListActivity" >
        <meta-data
            android:name="android.support.PARENT_ACTIVITY"
            android:value=".SurveyListActivity" />
    </activity>

    <activity 
        android:name="edu.kit.aifb.nukit.gui.survey.SurveyResultsActivity"
        android:label="SurveyResultsActivity"
        android:parentActivityName=".SurveyListActivity">
        <meta-data
            android:name="android.support.PARENT_ACTIVITY"
            android:value=".SurveyListActivity" />
    </activity>

</application>

if i install the apk directly on my device, it works fine.

  • 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-18T08:11:36+00:00Added an answer on June 18, 2026 at 8:11 am

    Alright, i fixed it.

    The problem was that actualy only the SurveyLib.jar is using simple-xml-2.6.9.jar and the simplexml.jar was included within the SurveyLib.jar. So i think there was a problem dexing the simplexml.jar within surveylib.jar.

    i’ve created the surveylib.jar again without simplexml.jar but included the simplexml.jar to the libs folder of my app.

    now it works fine. thanks to you all for your help.

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

Sidebar

Related Questions

i have recently published my app in android market site. After a month i
I have recently published a new app in the appstore. It was approved, but
I recently made an update to an existing (paid) app I have had published
I have follwing erorr after I have published site in IIS 7.5 and i
I'm new to Facebook App development and I got this Problem: I've created a
Since I published a large update to one of my apps I have received
I have a free app published in Android market. I have lost the certificate
I have a custom home replacement App, that will not be published on the
I have published an app on Android Market. I recently updated it. I want
I have created an app which I publish in the android market. After a

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.