Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Urgent app crash on android 4.4 ?

$
0
0

Hello

I've created a small app for android and ios , on Android i was testing the app on 4.3 , but when i uploaded the app on the market alot of people who own android 4.4 LG etc they said the application crached when they open it

this is the app manifest xml file


<?xml version="1.0" encoding="UTF-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="tprome.dow.com" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17"/> <application android:icon="@drawable/appicon" android:label="T.Pro" android:name="TProApplication" android:debuggable="false"> <activity android:name=".TProActivity" android:label="@string/app_name" android:theme="@style/Theme.Titanium" android:configChanges="keyboardHidden|orientation|screenSize"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity> <activity android:name="org.appcelerator.titanium.TiActivity" android:configChanges="keyboardHidden|orientation|screenSize"/> <activity android:name="org.appcelerator.titanium.TiTranslucentActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:theme="@android:style/Theme.Translucent"/> <activity android:name="ti.modules.titanium.ui.android.TiPreferencesActivity" android:configChanges="screenSize"/> <activity android:name="tprome.dow.com.IndexActivity" android:configChanges="keyboardHidden|orientation|screenSize"/> <service android:name="tprome.dow.com.AndroidServiceService"/> <service android:name="org.appcelerator.titanium.analytics.TiAnalyticsService" android:exported="false"/> </application> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

</manifest>

any advice ?


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>