clojure-android

gary 2016-06-12T12:55:34.000002Z

can I see someone's profile.clj to make sure I haven't added something that is messing up my build?

gary 2016-06-12T12:59:03.000004Z

in my android-common key I had build type release which might have been causing me some issues

gary 2016-06-12T12:59:30.000005Z

going to start the tutorial project over again with that gone and see if I can get a build to work now

gary 2016-06-12T13:05:44.000006Z

yep that was it, grrr

gary 2016-06-12T13:22:54.000007Z

tried to deploy to the phone but I already had another version of the app on it so I got another failure, luckily 30 seconds of googling was all it took to find the answer to that one. I just needed to uninstall the old version from the phone

gary 2016-06-12T13:24:05.000008Z

I tried this before but apparently since my phone lets you have multiple users you have to tell it to remove it for all users for it to really uninstall the app, so once I did that I was able to deploy the app to my phone

gary 2016-06-12T13:26:41.000009Z

I had all this set up properly on my work laptop, but I finally got a good personal laptop so I'm having to set everything up again.

gary 2016-06-12T13:27:00.000010Z

now I can finally start hacking on the tutorial app again

gary 2016-06-12T18:42:59.000011Z

tutorial app done, now I can try to port an android tutorial app to clojure-android

alexyakushev 2016-06-12T18:44:28.000012Z

That would be really nice!