Re: Setting up Eclipse to develop Android app using AdWords API

2013-08-12 Thread dennis . eckersley
Thanks. I'll follow up on this advice. On Friday, August 9, 2013 9:00:52 AM UTC-7, Jason Stedman wrote: > > Dennis, > > Currently to do this you could not use the AdWords API Java Library jar > itself, but you could certainly build up your own accessing the web > services through the interface d

Re: Setting up Eclipse to develop Android app using AdWords API

2013-08-09 Thread Jason Stedman
Dennis, Currently to do this you could not use the AdWords API Java Library jar itself, but you could certainly build up your own accessing the web services through the interface described in each service's wsdl. On the main documentation index for each service there is a Production WSDL liste

Re: Setting up Eclipse to develop Android app using AdWords API

2013-08-09 Thread Danial Klimkin
Hello Dennis, Android is not a supported platform for our java client libraries due to lack of axis or javaws support. -Danial, AdWords API Team. On Saturday, August 3, 2013 10:08:46 PM UTC+4, dennis.e...@me.com wrote: > > I'm a newbie to Adwords API, developing a mobile application in Java

Setting up Eclipse to develop Android app using AdWords API

2013-08-07 Thread dennis . eckersley
I'm a newbie to Adwords API, developing a mobile application in Java on Android. I am using Eclipse. I loaded the API using Maven as instructed and have been able to write and execute a desktop application to successfully access my test account. So my code is working OK in the desktop form of th