android-completion icon indicating copy to clipboard operation
android-completion copied to clipboard

aapt would be nice

Open jcayzac opened this issue 14 years ago • 3 comments

Support for aapt completion would be nice too…

jcayzac avatar Feb 23 '11 02:02 jcayzac

I don't use aapt much myself, so I'm probably not the best person to add this. I'd be happy to accept a patch from anyone who wants to add aapt support, using either Bash or my own tool for easily writing new completion scripts: https://github.com/mbrubeck/compleat

mbrubeck avatar Feb 23 '11 14:02 mbrubeck

@mbrubeck I tried to run program from linked repository, but I'm stuck on error during build. It says:

Building compleat-1.0...
Preprocessing executable 'compleat' for compleat-1.0...

compleat.hs:1:1:
    Ambiguous module name `Prelude':
      it was found in multiple packages: base haskell98-2.0.0.1

I have absolutely no experience with this environment, but I'd like to add aapt support. I already tried this, and it doesn't seem to work :(. If you can help me I'd add appt support to this repo in notime :). My OS is kubuntu 12.04 x64. Thanks in advance

meeDamian avatar Aug 01 '12 19:08 meeDamian

The compleat error above should be fixed now (see mbrubeck/compleat#9) -- sorry about that!

mbrubeck avatar Nov 28 '12 17:11 mbrubeck