You are not logged in.
Pages: 1
Topic closed
Hi,
I am not quite shure, if this is the right forum to ask.
I need to put together a quick android-app that depends on
appcompat. I did install android sdk with synaptics, and now
I don't find out where to find appcompat. Any hints where to
look?
Thanks a lot
--brgs
I use: ksh, qed, c, awk, links, dietlibc and mwm
Offline
If you know which package or packages ($PKG) are involved you can use the following to see which files they provide:
dpkg -L $PKG
You might also try to find it with:
find /opt /usr /var -name appcompat
Offline
Now I realize, that the question was wrong:
Appcompat is not installed, and I don't know in which debian
package it hides, or if there exists another way to install it
without using the eclipse / gradle ecosystem.
I use: ksh, qed, c, awk, links, dietlibc and mwm
Offline
Isn't it supposed to come with the SDK ?
Offline
This is what I expected, too, but synaptic lists several packages
called android-sdk-* and I am a little short on diskspace, so
I try to avoid installing all of them.
I haven't done android stuff in maybe five years; now I found
that compat isn't even needed, possibly it was introduced in
a newer version.
I use: ksh, qed, c, awk, links, dietlibc and mwm
Offline
Pages: 1
Topic closed