[android-developers] Re: repo: command not found

2009-10-07 Thread Matthieu Jeanson
Hi, You should check whether 'repo' has been downloaded correctly after curl (use ls repo). After you download it, you should also make sure it is part of your PATH (edit your ~/.bashrc) When you're done, you should be able to run 'which repo' from any folder. Matt On Tue, Oct 6, 2009 at 9:28

Re: [android-developers] Need an invitation to google Wave?

2009-11-02 Thread Matthieu Jeanson
please... On Sat, Oct 31, 2009 at 10:20 PM, Auguste Lunang legraphi...@gmail.comwrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Nested layout problem

2010-08-30 Thread Matthieu Jeanson
Hi, Probably something really easy, but I am missing it and have been banging my head for a while now. I created my own layout to partition the whole screen into a grid, so far so good -- using nested LinearLayout of a TableLayout was getting a bit messy for something really simple -- I can put

Re: [android-developers] How to which function is calling a function at runtime?

2010-12-06 Thread Matthieu Jeanson
http://developer.android.com/guide/developing/tools/traceview.html On Wed, Dec 1, 2010 at 11:44 PM, Rahul Kashyap rahul.kashya...@gmail.comwrote: Hi, Is there any way to find out who is calling whom at runtime? I know this can be easily done in a debugger, but i am looking for an API which