Android Error: App not running on Other android device by sharing
Appp
Hi, every one today i am going to talk about some important thing which should know every android app developer here below the issues and it's solution in case you have developed an app and it's not running well on other android devices then you should must do these important step to solve the problem so let's begin:-
1.Check compatibility : first thing to do you should check the compatibility of your app which you have developed is able to run on all devices or not by following step
step-1 : Go to app level build.gradle of android studio
step-2 : open it
Step-3:check minimum sdk version and maximum sdk version
Step-4: Compare with device
if it is not meet with device specification then it will not run on that device
Soln:-Change maximum sdk version and make it most last version and change minimum sdk Atleast version-15
2.Release App:in other case you should release your app with generate Signed Apk
To do this please follow these Steps:-
Step-1:Go to build option of your android Studio
Step-2:Tap on it
Step-3:it will open an option menu
Step-4:go to on Generate signed apk
Step-5:tap on it and in it will open another popup menu
Step-6:click on new ,set path and password and follow the instructions then it generate an apk file
and now can share this app any other device and it will work fine
Written By:
Er. Rajeev Ranjan Kumar
Android developer