Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] where / how do i get this? #1

Closed
Riztard opened this issue Oct 5, 2021 · 17 comments
Closed

[question] where / how do i get this? #1

Riztard opened this issue Oct 5, 2021 · 17 comments

Comments

@Riztard
Copy link

Riztard commented Oct 5, 2021

how/where do i need to go to download this?
or how to build?

@Lightjohn
Copy link
Owner

Normally you would have to download Android studio and compile it to deploy it to your phone / tablet.

But it's quite painful and need a lot of space bandwith so if you want I can try to release an unsigned apk that you can install wherever you want.

Which android version are you running?

@Lightjohn
Copy link
Owner

I just made a "release" with some apk for android 10 and more.

@Riztard Riztard closed this as completed Oct 5, 2021
@geoldwmind
Copy link

is it possible for you to make one for Android 8

@Lightjohn
Copy link
Owner

Did you try existing apk as minimum release should match Android 8?
Else I will try something on my side

@geoldwmind
Copy link

yes i did try it gives an error that says "app not installed"

@Lightjohn
Copy link
Owner

Trying to compile against android 8 but getting a lot of errors...
Seems Android studio only let me compile against at least Android 10 without having some errors.

@geoldwmind
Copy link

that's a bummer thanks for trying though

@Lightjohn
Copy link
Owner

I'm still new to android (This is my first app) so there might be a way but Google seems to want to enforce newer Android at all cost... Will continue looking for a bit

@Lightjohn
Copy link
Owner

Also do you have more detail on the error you get?
If I try against Android 8 with android vm it seems to launch.
Maybe it's something on your phone/tablet?

@geoldwmind
Copy link

i tried installing with sai and this is the error i get
Screenshot_20211012-222211_SAI
Screenshot_20211012-222204_SAI

@Lightjohn
Copy link
Owner

Hmmm seems to me that you have to enable installation from unknown sources (you know I'm not very reliable ;) )

@geoldwmind
Copy link

it's already on so i guess it's something else

@Lightjohn
Copy link
Owner

Could you try the debug signed?
https://github.com/Lightjohn/TachiyomiImageSplitter/releases/tag/v0.1
No idea if this is going to work

@geoldwmind
Copy link

yes it did work! thank you so much

@Lightjohn
Copy link
Owner

Sadly I'm not sure I will be able to do it.
In my last tries I saw that by default android 8 is supported and anything older than that was throwing a lot of errors.
I am not using anything fancy of newer android so don't know how I would make it compatible with android 7...

I will think a bit about that

@Lightjohn
Copy link
Owner

Let's continue discussion there:
#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Lightjohn @Riztard @geoldwmind and others