tytydraco / LADB

A local ADB shell for Android!
https://play.google.com/store/apps/details?id=com.draco.ladb
Other
1.69k stars 461 forks source link

Can't install app on Samsung devices from compiled APK file #26

Closed oldaccofpronoy2108 closed 2 years ago

tytydraco commented 2 years ago

I'm gonna need more information. What did you compile it with, what device did you install it on?

Bhavinjain260 commented 2 years ago

Or can you make a small section in the readme section Which compilor to use etc etc And simple building steps

tytydraco commented 2 years ago

Or can you make a small section in the readme section Which compilor to use etc etc And simple building steps

You just need Android Studio Canary. But the compile steps are dead simple, you can find out how online.

Bhavinjain260 commented 2 years ago

any dependency ? i tried to build the apk couple of times in that all the time it failed

tytydraco commented 2 years ago

any dependency ? i tried to build the apk couple of times in that all the time it failed

Just Android Studio Canary

Bhavinjain260 commented 2 years ago

Screenshot 2021-07-16 at 11 21 36 PM mind helping me ?

Bhavinjain260 commented 2 years ago

NM somehow build the apk

tytydraco commented 2 years ago

Screenshot 2021-07-16 at 11 21 36 PM mind helping me ?

You need to accept the sdk licences

oldaccofpronoy2108 commented 2 years ago

I'm gonna need more information. What did you compile it with, what device did you install it on?

I installed on Galaxy Tab A 10.1 (Android 11/Lineage OS 18) & compiled it using the Android-SDK Tools & Gradle...

oldaccofpronoy2108 commented 2 years ago

But the weird thing is the APK works on other, non-samsung devices

tytydraco commented 2 years ago

But the weird thing is the APK works on other, non-samsung devices

Hmm, I'm not entirely sure then. If you could compile the apk then you should be all set. I'd guess it's a device issue?

secchipietro04 commented 2 years ago

i managed to make it work by going File | Settings | Appearance & Behavior | System Settings | Android SDK | SDK tools, install "Android sdk command-line tools". It will download and install it and asks to accept licences, then all worked perfectly