Re: [android-developers] Building C code for Android (no Java/jni)

2011-05-03 Thread nathan forbes
On May 3, 2011 12:21 PM, Mark maf...@yahoo.co.uk wrote: Hi, Can anyone tell me how to compile+build a program, written in C on Android? There's no Java code and I don't want a shared lib to use with JNI. The NDK does not seem to help here. -- You received this message because you are

Re: [android-developers] how to test your apk?

2011-04-28 Thread Nathan Forbes
On 04/28/2011 09:30 PM, Barry Wey wrote: if you developed some kind of app using emulator, is it time for test on a real device? how to do that? there are a lot of different devices, they might have the same sdk version, but alter all there is some different. have to buy all kind of

Re: [android-developers] apps-for-android.googlecode.com/svn

2011-04-23 Thread nathan forbes
On Apr 23, 2011 1:20 PM, J Handal jhand...@gmail.com wrote: Thanks Mark, BTW I found the command android update project -p: @ directory: C:\Users\JH\Desktop\Android 2.2\android-sdk_r06-windows\android-sdk-windows\tools -- You received this message because you are subscribed to

Re: [android-developers] Compiling Android Source

2011-04-10 Thread Nathan Forbes
On 04/10/11 01:48, Andrew wrote: I am having some difficulty compiling the source code. This post is largely posting my problems and solutions that I was unable to find anywhere else. (I have been following the directions from here: http://source.android.com/source/downloading.html) Repo

Re: [android-developers] Compiling Android Source

2011-04-10 Thread Nathan Forbes
On 04/10/11 01:48, Andrew wrote: I am having some difficulty compiling the source code. This post is largely posting my problems and solutions that I was unable to find anywhere else. (I have been following the directions from here: http://source.android.com/source/downloading.html) Repo

Re: [android-developers] Re: Compiling Android Source

2011-04-10 Thread nathan forbes
I have seen builds break due to using the -j switch. Sometimes the Android build system is very finicky. There's so many factors involved it's nuts, so your errors could be due to the product your building, a missing dependency, etc. Only thing really to do is read the error messages and try to

Re: [android-developers] Is Xoom a Google reference device ?

2011-04-06 Thread nathan forbes
Do you mean: Google Experience device? Rather than reference? On Apr 6, 2011 7:35 PM, Giorgis giorg...@gmail.com wrote: Is Xoom a Google reference device ? Is there an official Google anouncement on this issue ? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: new developer questions

2011-04-05 Thread nathan forbes
developer.android.com also has the answers to all of your questions so far man. On Apr 5, 2011 9:06 AM, Jake Colman col...@ppllc.com wrote: Have you tried googling any of your questions? It's much faster and it will allow you to ask much more targeted questions. hoss...@gmail.com

Re: [android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread nathan forbes
Couldn't you just create a normal activity using onCreate and not load any XML layouts? Instead of creating receivers? Then you would have a context to work with to show a Toast and what not... Or am I way off here... I'm fairly new with this also. On Apr 5, 2011 9:53 AM, Zsolt Vasvari

Re: [android-developers] Permission Denied exception on SD Card Write - Manifest has the permission

2011-01-26 Thread nathan forbes
On Jan 26, 2011 9:06 PM, RS raj...@yahoo.com wrote: Hello .. I am writing a file to the SD card but getting INFO/SdCardManager(24132): Failed to create the temp file..java.io.FileNotFoundException: /mnt/ sdcard/jest/t.txt (Permission denied) In the manifest I have the following: