Jump to content

Android App Support

Nano Adam

So, I own a Samsung Galaxy s3 which is currently running Android 4.3. However, since i am developing apps for it, most frameworks like Capacitor (with Ionic) or Expo CLI require Android 5.0, basically a higher SDK.

 

Is there a way I could support those apps? I am not looking for production fixes, just till development and personal use.


Thanks!  

Link to comment
Share on other sites

Link to post
Share on other sites

1) couldnt you flash your OS and use something like lineage os?

2) could u maybe use a older version of ionic? maybe v3 supports older android versions?

Link to comment
Share on other sites

Link to post
Share on other sites

There are a few options:

a) Get yourself a new phone. Android 4.3 is really old and contains potentially unpatched security issues.

b) Use the emulator for development.

c) Don't use libraries/frameworks that require newer API levels and write everything yourself or use older versions of those libraries (which may contain bugs and unpatched security issues)

d) Clone the libraries and patch them to work with older API levels.

e) Force the API level to a lower value and live with the crashes that will occur when the libraries attempt to use functions not present on older Android versions

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×