-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I guess I'll put the inquiry here too, since I don't know if Reddit notifies for chats! I'm probably the first person in the history of the site to use it...!
I went ahead and downloaded the natively branch and Android Studio to mess with it — looked at a bunch of code, found some spots I'd like to try tinkering with to fix the non-popup thing with, and I'd love to do some debug stuff to help with that pinpointing.
Main thing is, there's some stuff I'm missing to be able to do anything with it myself: BuildConfig was missing (so I added it in with a very basic 'no I'm not debugging' bool), and more importantly I (obviously) don't have access to C:\Users\lureb\Programming\nintype\keys.jks , which it complains of needing to compile the debug config. So I can't seem to test it in the program or make an APK to test.
I know you might be leery of providing such things to a rando, so is there some other thing you do to work on and test this stuff, or something I'm missing that I could do instead?