Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid 2.2 SDK breaks compatibility with older phones
    primarykey
    data
    text
    <p>I have recently updated my app to a build tarket of SDK version 8 in order to include the App2SD feature for my users.</p> <p>However I have had reports of devices on SDK 3 (1.5) having problems starting the application, with the following stack trace:</p> <pre><code>... E/AndroidRuntime(10638): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/title_bar_shadow.9.png from drawable resource ID #0x7f020000 E/AndroidRuntime(10638): at android.content.res.Resources.loadDrawable(Resources.java:1641) E/AndroidRuntime(10638): at android.content.res.TypedArray.getDrawable(TypedArray.java:548) E/AndroidRuntime(10638): at android.view.View.&lt;init&gt;(View.java:1726) E/AndroidRuntime(10638): at android.view.View.&lt;init&gt;(View.java:1675) E/AndroidRuntime(10638): at android.view.ViewGroup.&lt;init&gt;(ViewGroup.java:271) E/AndroidRuntime(10638): at android.widget.LinearLayout.&lt;init&gt;(LinearLayout.java:92) E/AndroidRuntime(10638): ... 26 more E/AndroidRuntime(10638): Caused by: java.io.FileNotFoundException: res/drawable/title_bar_shadow.9.png E/AndroidRuntime(10638): at android.content.res.AssetManager.openNonAssetNative(Native Method) E/AndroidRuntime(10638): at android.content.res.AssetManager.openNonAsset(AssetManager.java:392) E/AndroidRuntime(10638): at android.content.res.Resources.loadDrawable(Resources.java:1634) E/AndroidRuntime(10638): ... 31 more </code></pre> <p>If i change the build target back to version 4 as it was previously this issue goes away, also if i remove any graphical resources from my XML files this issue goes away!</p> <p>Any help would be much appreciated as i currently have a broken app on the market for many users.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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