Android Question Button install disabled !!!

vecino

Well-Known Member
Licensed User
Longtime User
Hi, today I went to install one of my applications on some new tablets and I found this problem.
Why can it happen?
Regards.

boton-instalar-disabled.jpg
 

npsonic

Active Member
Licensed User
Do you use Twilight? It's problem caused by permission "Draw over other apps"
Some of your running apps is behind the problem.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hello, there are 4 new tablets for a client.
I have not installed anything yet, I have only enabled "Unknown sources" and then I tried to install my application.
Twilight does not appear among the applications that are installed.
 
Upvote 0

npsonic

Active Member
Licensed User
I'm still somewhat sure that you have app with the "Draw over other apps" setting enabled that interfere the install process.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hello, friends, I have been doing tests and the problem seems to be in MY applications.
I can install other applications from the "play store".
I can install other applications from USB.
I can install my apps that do not need to access GPS, Network, etc.
I can NOT install my applications if they need to access gps, network, sdcard, etc.
The problem is my applications !!!

These tablets have android 7.x
However, they are installed on other tablets with android 8.x and work well.

What I can do?
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hello again.
I finally found the problem, but I do not understand it. I hope someone explains it to me.
These tablets that have android 7.1.1
My applications can only be installed if I compile them by typing in "Manifest editor" android:targetSdkVersion="26"
Only 26, nothing more than 26. The install button is not enabled if I write another number.
However, in other tablets and smartphones with android (4, 5, 6, 7 and 8) I can install my applications without problems.
Why?
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
I forgot to say that my applications install them using usb or sending it by email and then running the apk.
I do not use the play store.
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
Perhaps you need to, in settings and apps, set permissions that chrome or others apps, are allowed to install apps from unknown sources. I had to do that with Gmail app.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Perhaps you need to, in settings and apps, set permissions that chrome or others apps, are allowed to install apps from unknown sources. I had to do that with Gmail app.
Thanks, it's the first thing I did when turning on the tablets.
 
Upvote 0

npsonic

Active Member
Licensed User
Has anyone had this problem?
If it is not any other app with "Draw over other apps" permission that is preventing you to install, it must be something in your own app.
Maybe some library you use or something else that is not compatible with the new devices.
 
Upvote 0

npsonic

Active Member
Licensed User
I'm just guessing, but you most likely are using library that is architecture specific.
 
Upvote 0

aidymp

Well-Known Member
Licensed User
Longtime User
That is a common problem on Amazon tablets too. The trick is to turn the screen off then on, and the button is available again.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Oh, I have already sold other tablets to the customer and he returned the other ones to the store.
Thanks for the information, I'll keep it in mind next time.
 
Upvote 0

Similar Threads

Top