Problem when installing app (android gingerbread 2.3.6)

due to new version of app inventor,the news compiled apps can't be installed on my phone using android gingerbread but in work on android marshmallow.

:cry:

the error message in french (because it's my language) : "Erreur lors de l'analyse"

From the release notes
https://appinventor.mit.edu/ai2/ReleaseNotes.html

Bump minimum SDK to 14

which is Android 4

Taifun

thank you.how can I use an older version to make my apps work on android gingerbread ?

There's no way to do that. You can find an older version of App Inventor offline and work with it.

You can also edit the APK and reduce the minSDK in AndroidManifest. But this doesn't guarantee that everything will work correctly.

how can I edit the APK and recompile it ? I think if the minimum is now android kitkat,there is a reason.maybe it will not work like you said.

The reason is mainly effort. We work pretty hard to maintain backward compatibility with Android versions far beyond what Google has committed to supporting. Most likely things will continue to work, but your experience may vary. Looking at our recent changes, I don't believe anything will affect you if you drop the min SDK back down to 7, but we are no longer testing this for compatibility going forward.

thank you.I will try.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.