Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-13 Thread goldenmaza
> On Monday, March 12, 2018 at 3:52:24 AM UTC-4, goldenmaza wrote: >> >> Hi Josh >> >> By having the following in the build.gradle file: >> >> implementation 'com.google.api-ads:ads-lib:3.12.0' >> implementation 'com.google.api-ads:adwords-axis:3.12.0' >

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-12 Thread goldenmaza
t it's worth a > shot. :) > > Cheers, > Josh, AdWords API Team > > > On Thursday, March 8, 2018 at 4:39:14 PM UTC-5, goldenmaza wrote: >> >> Hi Josh >> >> Wonderful, that would set me back alittle... >> >> Yes, I'm using Android Studio for my first

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-08 Thread goldenmaza
kaged with Android. Are you developing an Android > application, or are you just using Android Developer Studio as your IDE? > > Regarding jCenter, you're absolutely correct. :) > > Thanks, > Josh, AdWords API Team > > On Thursday, March 8, 2018 at 3:23:26 AM UTC-5, g

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-08 Thread goldenmaza
> Thanks, > Josh, AdWords API Team > > On Wednesday, March 7, 2018 at 1:15:57 PM UTC-5, goldenmaza wrote: >> >> Hi Josh >> >> 1) Yes, it is intentional as I first believed that by placing the jar >> files under the libs folder that they would get their resp

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread goldenmaza
ds/googleads-java-lib/releases>. > > Thanks, > Josh, AdWords API Team > > On Wednesday, March 7, 2018 at 3:07:15 AM UTC-5, goldenmaza wrote: >> >> Hi Josh >> >> According to the controlpanel I have Java 8 Update 162. >> >> build.gradle under app fold

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-07 Thread goldenmaza
of Java you're using? > > Thanks, > Josh, AdWords API Team > > On Tuesday, March 6, 2018 at 3:26:52 AM UTC-5, goldenmaza wrote: >> >> Hi Josh >> >> As I currently sit with Android Studio/Gradle, I would prefer continuing >> using these, I can skip Gra

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-06 Thread goldenmaza
ndencies. > > Thanks, > Josh, AdWords API Team > > On Monday, March 5, 2018 at 9:41:33 AM UTC-5, goldenmaza wrote: >> >> Hi Josh >> >> Thank you for your time! :) >> >> Code and errors are as follows: >> >> try { >>

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread goldenmaza
nks, > Josh, AdWords API Team > > On Sunday, March 4, 2018 at 5:03:59 PM UTC-5, goldenmaza wrote: >> >> Hello Josh >> >> I know you answered this a while ago but I have the same problem. I've >> read >> https://docs.oracle.com/javase/8/docs/technotes/to

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-04 Thread goldenmaza
Hello Josh I know you answered this a while ago but I have the same problem. I've read https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html and even if this page explains what a classpath is, it was not written for Google AdWords API. So what do I need to do regarding

Re: Android Studio, Google Adwords API and dependencies

2018-03-04 Thread goldenmaza
Hello Dhanya Thank you for helping me! :) Do I really need everything in this 'jars and examples' archive? I just want to be able to load data from the AdWords API (AdWordsSession, AdWordsServicesInterface, Credential, OfflineCredentials.Builder, AdWordsSession.Builder,

Android Studio, Google Adwords API and dependencies

2018-03-02 Thread goldenmaza
I have a problem resolving my dependencies and as always the official sources lack the details required to solve this problem and/or why certain things might occur. Online guides have given examples of Eclipse and Maven, but since I neither sit with Eclipse or deal with Maven that often I have