public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] android development with Qt in a Gentoo box
@ 2015-01-30 17:05 Francisco Ares
  2015-01-31  3:10 ` Stroller
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Francisco Ares @ 2015-01-30 17:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Hi,

I am new to android development. I know a bit of C++ and Qt, but almost
nothing about Java.

Which would be the needed packages, besides the ones listed on
http://wiki.gentoo.org/wiki/Android

Any hints, please?

Thanks!
Francisco

[-- Attachment #2: Type: text/html, Size: 417 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] android development with Qt in a Gentoo box
  2015-01-30 17:05 [gentoo-user] android development with Qt in a Gentoo box Francisco Ares
@ 2015-01-31  3:10 ` Stroller
  2015-02-02 10:17   ` Francisco Ares
  2015-01-31  3:38 ` Sid S
  2015-01-31  4:28 ` [gentoo-user] " James
  2 siblings, 1 reply; 7+ messages in thread
From: Stroller @ 2015-01-31  3:10 UTC (permalink / raw
  To: gentoo-user


On Fri, 30 January 2015, at 5:05 pm, Francisco Ares <frares@gmail.com> wrote:
> 
> I am new to android development. I know a bit of C++ and Qt, but almost nothing about Java.
> 
> Which would be the needed packages, besides the ones listed on http://wiki.gentoo.org/wiki/Android 

I think `emerge android-studio` should pull in whatever you need.

On my system it certainly seems to want virtual/jdk, which is fulfilled by dev-java/icedtea-bin (or, I think, other Java versions).

Also, could you possibly set your mailer to use plain text when writing the list, please? 

Stroller.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] android development with Qt in a Gentoo box
  2015-01-30 17:05 [gentoo-user] android development with Qt in a Gentoo box Francisco Ares
  2015-01-31  3:10 ` Stroller
@ 2015-01-31  3:38 ` Sid S
  2015-02-02 10:21   ` Francisco Ares
  2015-01-31  4:28 ` [gentoo-user] " James
  2 siblings, 1 reply; 7+ messages in thread
From: Sid S @ 2015-01-31  3:38 UTC (permalink / raw
  To: gentoo-user

A bit ago I was surprised to find out that
http://doc.qt.io/qt-5/android-support.html exists. You might look at
it, I can't personally recommend it.
See also http://doc.qt.io/qt-5/platform-notes-android.html.

I tend to suggest people at least look at the Google provided
workflow. There are "issues" if you attempt to deviate from it which
inevitably go back to the design of Android. Your device wasn't meant
to do a lot, sadly.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: android development with Qt in a Gentoo box
  2015-01-30 17:05 [gentoo-user] android development with Qt in a Gentoo box Francisco Ares
  2015-01-31  3:10 ` Stroller
  2015-01-31  3:38 ` Sid S
@ 2015-01-31  4:28 ` James
  2015-02-02 10:33   ` Francisco Ares
  2 siblings, 1 reply; 7+ messages in thread
From: James @ 2015-01-31  4:28 UTC (permalink / raw
  To: gentoo-user

Francisco Ares <frares <at> gmail.com> writes:


> I am new to android development. I know a bit of C++ and Qt, but almost 
> nothing about Java.  Which would be the needed packages, besides the ones
 > listed on http://wiki.gentoo.org/wiki/Android 

There are many fronts related to Android and the intersection with
Gentoo. Here are a few links to get ideas on how to proceed:

https://wiki.gentoo.org/wiki/Project:Android

http://www.gossamer-threads.com/lists/gentoo/embedded/287663

https://github.com/gentoid

https://code.google.com/p/gentroid/

https://www.kdab.com/


hth,
James

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] android development with Qt in a Gentoo box
  2015-01-31  3:10 ` Stroller
@ 2015-02-02 10:17   ` Francisco Ares
  0 siblings, 0 replies; 7+ messages in thread
From: Francisco Ares @ 2015-02-02 10:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

2015-01-31 1:10 GMT-02:00 Stroller <stroller@stellar.eclipse.co.uk>:
>
>
> On Fri, 30 January 2015, at 5:05 pm, Francisco Ares <frares@gmail.com>
wrote:
> >
> > I am new to android development. I know a bit of C++ and Qt, but almost
nothing about Java.
> >
> > Which would be the needed packages, besides the ones listed on
http://wiki.gentoo.org/wiki/Android
>
> I think `emerge android-studio` should pull in whatever you need.
>
> On my system it certainly seems to want virtual/jdk, which is fulfilled
by dev-java/icedtea-bin (or, I think, other Java versions).
>
> Also, could you possibly set your mailer to use plain text when writing
the list, please?

Sorry for that.

>
> Stroller.
>
>

And, thanks, gonna try android-studio.

Francisco

[-- Attachment #2: Type: text/html, Size: 1068 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] android development with Qt in a Gentoo box
  2015-01-31  3:38 ` Sid S
@ 2015-02-02 10:21   ` Francisco Ares
  0 siblings, 0 replies; 7+ messages in thread
From: Francisco Ares @ 2015-02-02 10:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

2015-01-31 1:38 GMT-02:00 Sid S <r030t1@gmail.com>:
>
> A bit ago I was surprised to find out that
> http://doc.qt.io/qt-5/android-support.html exists. You might look at
> it, I can't personally recommend it.
> See also http://doc.qt.io/qt-5/platform-notes-android.html.
>
> I tend to suggest people at least look at the Google provided
> workflow. There are "issues" if you attempt to deviate from it which
> inevitably go back to the design of Android. Your device wasn't meant
> to do a lot, sadly.
>

Thanks for the tips, it seems that, for the Gentoo's mainstream Qt-4.X ,
the solution for android development goes through "Necessitas"/"Maestro",
but with Qt-5.X, it is already built-in.

Francisco

[-- Attachment #2: Type: text/html, Size: 1055 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: android development with Qt in a Gentoo box
  2015-01-31  4:28 ` [gentoo-user] " James
@ 2015-02-02 10:33   ` Francisco Ares
  0 siblings, 0 replies; 7+ messages in thread
From: Francisco Ares @ 2015-02-02 10:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

2015-01-31 2:28 GMT-02:00 James <wireless@tampabay.rr.com>:
>
> Francisco Ares <frares <at> gmail.com> writes:
>
>
> > I am new to android development. I know a bit of C++ and Qt, but almost
> > nothing about Java.  Which would be the needed packages, besides the
ones
>  > listed on http://wiki.gentoo.org/wiki/Android
>
> There are many fronts related to Android and the intersection with
> Gentoo. Here are a few links to get ideas on how to proceed:
>
> https://wiki.gentoo.org/wiki/Project:Android
>
> http://www.gossamer-threads.com/lists/gentoo/embedded/287663
>
> https://github.com/gentoid
>
> https://code.google.com/p/gentroid/
>
> https://www.kdab.com/
>
>
> hth,
> James

Thanks, James, gonna take a good look at all of those links.

Francisco

[-- Attachment #2: Type: text/html, Size: 1389 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-02 10:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 17:05 [gentoo-user] android development with Qt in a Gentoo box Francisco Ares
2015-01-31  3:10 ` Stroller
2015-02-02 10:17   ` Francisco Ares
2015-01-31  3:38 ` Sid S
2015-02-02 10:21   ` Francisco Ares
2015-01-31  4:28 ` [gentoo-user] " James
2015-02-02 10:33   ` Francisco Ares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox