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

Prebuilt APKs #1

Open
Mennaruuk opened this issue Sep 15, 2023 · 12 comments
Open

Prebuilt APKs #1

Mennaruuk opened this issue Sep 15, 2023 · 12 comments

Comments

@Mennaruuk
Copy link

Are there prebuilt APKs for us noobs?

@galaxygoldfish
Copy link
Owner

I was planning on releasing it to the Play Store but unfortunately that won't be happening now that the Reddit API is a paid service, and if I built an APK I would have to release my personal API key. You can make a developer account on Reddit and get your own key and then build the APK for your personal use, however.

@Mennaruuk
Copy link
Author

I was planning on releasing it to the Play Store but unfortunately that won't be happening now that the Reddit API is a paid service, and if I built an APK I would have to release my personal API key. You can make a developer account on Reddit and get your own key and then build the APK for your personal use, however.

Problem is I personally get an error when I build the app. (Using Android studio)

Me too. Any chance it's related to the Kotlin version?

@Donkey-Doug
Copy link

What about haping people enter their own API key after launching the app?

@devlocalhost
Copy link

What about haping people enter their own API key after launching the app?

yes please, an option in settings because building this is TOO HARD, theres no clear steps on how to setup all this, installing the build tools, sdk manager and whatever shit is needed, ive been trying for more than 3 hours, ive surfed the whole internet but im STILL struggling and i DONT want to use the bloat android studio app cause i dont have a supercomputer to run all that

@galaxygoldfish
Copy link
Owner

galaxygoldfish commented Nov 23, 2023

What about haping people enter their own API key after launching the app?

yes please, an option in settings because building this is TOO HARD, theres no clear steps on how to setup all this, installing the build tools, sdk manager and whatever shit is needed, ive been trying for more than 3 hours, ive surfed the whole internet but im STILL struggling and i DONT want to use the bloat android studio app cause i dont have a supercomputer to run all that

I'm really busy right now but if someone would like to implement this feature and make a pull request, I'll happily merge it! As for building the APK, the easiest way to do so is to install Android studio, import the project and click the Run button. This ensures that you have all of the dev tools and plugins necessary to build since they'll be installed during the setup process

@devlocalhost
Copy link

devlocalhost commented Nov 23, 2023

the easiest way to do so is to install Android studio, import the project and click the Run button. This ensures that you have all of the dev tools and plugins necessary to build since they'll be installed during the setup process

It's not only easy, but also painful and "expensive". (Hardware side). Isn't android studio heavy?

@suhan-paradkar
Copy link
Contributor

suhan-paradkar commented Nov 26, 2023

I'm really busy right now but if someone would like to implement this feature and make a pull request, I'll happily merge it! As for building the APK, the easiest way to do so is to install Android studio, import the project and click the Run button. This ensures that you have all of the dev tools and plugins necessary to build since they'll be installed during the setup process

@galaxygoldfish I was able to implement the feature here......
Will be opening a PR once #6 is merged

P.S. That branch is dependent on branch of #6

@galaxygoldfish
Copy link
Owner

the easiest way to do so is to install Android studio, import the project and click the Run button. This ensures that you have all of the dev tools and plugins necessary to build since they'll be installed during the setup process

It's not only easy, but also painful and "expensive". (Hardware side). Isn't android studio heavy?

It actually only requires about 8GB of disk space to install and then the recommended RAM amount is 8GB

Details about minimum requirements -https://developer.android.com/studio/install
Link to download AS - https://developer.android.com/studio

@galaxygoldfish
Copy link
Owner

I was planning on releasing it to the Play Store but unfortunately that won't be happening now that the Reddit API is a paid service, and if I built an APK I would have to release my personal API key. You can make a developer account on Reddit and get your own key and then build the APK for your personal use, however.

Problem is I personally get an error when I build the app. (Using Android studio)

Me too. Any chance it's related to the Kotlin version?

I'm using AS Hedgehog 2023.1.1 Canary 5, and just merged a PR that updates dependencies, and it looks like for me at least, the build errors have been resolved. Make sure you also have all of the SDK updates installed too 👍

@devlocalhost
Copy link

the easiest way to do so is to install Android studio, import the project and click the Run button. This ensures that you have all of the dev tools and plugins necessary to build since they'll be installed during the setup process

It's not only easy, but also painful and "expensive". (Hardware side). Isn't android studio heavy?

It actually only requires about 8GB of disk space to install and then the recommended RAM amount is 8GB

Details about minimum requirements -https://developer.android.com/studio/install Link to download AS - https://developer.android.com/studio

I have the disk space but I don't have enough RAM. It is possible to build it without using android studio, but for some reason it can't find the sdk, even though I have everything set up correctly (I think)

@idontveapc
Copy link

did it happen? did anyone build apk(in which we can put own api)?

@suhan-paradkar
Copy link
Contributor

did it happen? did anyone build apk(in which we can put own api)?

You will be able to that once #7 is merged

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

6 participants