Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Rathna Kumara Premadasa
Thanks for all, i was not able to find a suitable path please help me... -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread NaveenShrivastva
On Tue, Aug 23, 2011 at 3:38 PM, Rathna Kumara Premadasa rathnakumar...@gmail.com wrote: Thanks for all, i was not able to find a suitable path please help me... -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Appaholics
Okay let us try again. First confirm some facts for us: 1) You are saying that your wrote your own eclipse plugin for android development and are not using the one provided by Google. 2) You have successfully compiled your app and are trying to install it on your device to test. Are theses

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Rathna Kumara Premadasa
No no i mean any kind of referance.. -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Rathna Kumara Premadasa
First one is correct but i want to debug my application using device not to install it. -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Appaholics
If your plugin doesn't support hardware devices: 1) Use Google's plugin and debug your app. 2) Use ACRA or another bug reporting system to get the bug report from the device. http://code.google.com/p/acra/ 3) Install LogCollector from the market to send yourself the log incase your app crashes.

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-23 Thread Rathna Kumara Premadasa
Thanks for your great help, I'll try with that references... thanks, -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
Hi, Please help me someone who know about this.. Rathna Kumara Premadasa Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Appaholics
Send the apk to the device via the market, email, bluetooth etc. Install it. Your app has now been deployed. On Mon, Aug 22, 2011 at 4:46 PM, Rathna Kumara Premadasa rathnakumar...@gmail.com wrote: Hi, Please help me someone who know about this.. Rathna Kumara Premadasa Sri Lanka.

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
Thanks for your reply, But I'm asking what is the technology used to deploy application to device in Android.Some thin call, whats the API or something like that.Because i want to develop android application using my own developing environment and deploy it to android device.Exactly i want to

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Appaholics
You will develop it using the NDK and/or SDK and deploy it through the Android Market, Amazon Appstore or your own website. On Mon, Aug 22, 2011 at 5:10 PM, Rathna Kumara Premadasa rathnakumar...@gmail.com wrote: Thanks for your reply, But I'm asking what is the technology used to deploy

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
Hi, Thanks dear, I've create my own developing enviorment using Android NDK and SDK in Eclipse creating several eclipse plugins but i was not able to deploy my app to Android device to debug it. i want to run application on the device when i Run my project. I'm asking do u know about the

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Appaholics
http://www.appaholics.in/using-a-hardware-device-for-debugging/ On Mon, Aug 22, 2011 at 6:06 PM, Rathna Kumara Premadasa rathnakumar...@gmail.com wrote: Hi, Thanks dear, I've create my own developing enviorment using Android NDK and SDK in Eclipse creating several eclipse plugins but i

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
@Appaholics Thanks a lot of I'll follow that. thanks -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Kristopher Micinski
http://developer.android.com/guide/developing/device.html http://developer.android.com/guide/developing/index.html We would be remiss were we not to point you to those links as well. You're saying you wrote your own plugin for eclipse to do android development without using the sdk plugin for

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
Thanks for your great help, By now, I have created a plugin for eclipse to create my own Android developing environment using android NDK and SDK.And also i was able to create the a complete Android project from my devoloping envoiorment but i was not able to deploy it to Android device to

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Kristopher Micinski
Wow, if you didn't have the official android sdk plugin, that's pretty crazy, and a lot of work. (You might care to open source it.) But you mean, just install the app on your phone? You can use adb (with an 'adb push' read the help page for adb.) But what do you mean by *deploy* ???

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Rathna Kumara Premadasa
Sorry for inconvenient, By now i can create a Android application from my own enviorment and also it can be installed in the Android device in manually.And already created Run Config plugin for my developing environment so now right click on the project goto Runconfiguration-MyownRunconfig- and

Re: [android-developers] Re: Deployment to Android devices from Windows and Mac

2011-08-22 Thread Chris
You might want to try 'debug configurations.' -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to