Decided I should get the docker build working first as reference.
Any idea why $ make dockerdebug or $ make dockerbuild both return "make:
*** [dockerdebug] Error 125"
The terminal says Unable to find image 'perkeep/android:latest' locally
I tried stackoverflow for a solution.
2:44 PM (30 minutes ago
On Thursday, October 18, 2018 at 3:05:35 PM UTC-7, mathieu.lonjaret wrote:
>
> Hi,
>
> I tried organizing the source tree of the android app as it should be
> with gradle and android studio. As a matter of fact, I think I
> initialized things with android studio at the time, but I don't
> remember for sure. So yes, I believe you should be able to make things
> work with android studio, but as I don't use it I can't guarantee it.
> And yes, if it works for you, you should probably go that way.
>
> hth,
> Mathieu
>
> On Thu, 18 Oct 2018 at 10:01, clive.boulton <[email protected]
> <javascript:>> wrote:
> >
> > On the redone android app build process. I plan to look at fixing couple
> of minor bugs and make changes to the app for a custom project.
> clients/android/Makefile points to gradle or docker.
> >
> > Is the Android Studio with gradle plugin a better functional android
> development environment (so can test in place). Conversely is docker better
> for building prod from latest perkeep source. Asking because my preferred
> large screen 2010 iMac cpu won't run docker vm. A smaller screen 2016
> Macbook will run docker vm.
> >
> > Appreciate your guidance.
> >
> >
> > On Wednesday, October 3, 2018 at 6:43:57 AM UTC-7, mathieu.lonjaret
> wrote:
> >>
> >> No, I've redone the build process from scratch, so that image is not
> >> needed anymore.
> >>
> >> See clients/android/Makefile and clients/android/devenv/Dockerfile
> >>
> >> I'm busy rn but I can help more later tonight.
> >>
> >> On Wed, 3 Oct 2018 at 04:55, clive.boulton <[email protected]>
> wrote:
> >> >
> >> > In light of perkeep/android CL
> https://perkeep-review.googlesource.com/c/perkeep/+/18666
> >> > Is wasabeef/android still valid docker environment for Brad's 2014
> build instructions?
> >> >
> >> > https://hub.docker.com/r/wasabeef/android/
> >> > https://plus.google.com/+BradFitzpatrick/posts/CmqtqAShWZJ
> >> >
> >> > My Android is still Moto Nexus 6 running Android 7.1.1
> >> >
> >> > Any tips on how to bake are appreciated.
> >> >
> >> >
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups "Perkeep" group.
> >> > To unsubscribe from this group and stop receiving emails from it,
> send an email to [email protected].
> >> > For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Perkeep" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected] <javascript:>.
> > For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Last login: Thu Oct 18 14:31:06 on ttys001
Clives-MBP:devenv seebe$ cd ..
Clives-MBP:android seebe$ ./check-environment.pl
**************************************************************
Can't build the Camlistore Android client; SDK not configured.
If you have the android SDK installed, you need to create your
/Users/seebe/go/src/perkeep.org/clients/android/local.properties file,
and set sdk.dir. See local.properties.TEMPLATE for instructions.
Otherwise, run 'make dockerdebug', or 'make dockerrelease', to
build in docker.
**************************************************************
Clives-MBP:android seebe$ docker login
Authenticating with existing credentials...
Login Succeeded
Clives-MBP:android seebe$ make dockerdebug
docker run --rm -v /Users/seebe/go/src/perkeep.org:/home/gopher/src/perkeep.org
-v /Users/seebe/.gradle:/home/gopher/.gradle -v
/Users/seebe/.android:/home/gopher/.android -w
/home/gopher/src/perkeep.org/clients/android --name camlidroid -i -t
perkeep/android go run build-in-docker.go
Unable to find image 'perkeep/android:latest' locally
docker: Error response from daemon: pull access denied for perkeep/android,
repository does not exist or may require 'docker login'.
See 'docker run --help'.
make: *** [dockerdebug] Error 125
Clives-MBP:android seebe$