• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps GOOGLE api for Android

cowboy

Lurker
Hello everyone! I want to get quote fro evro/usd using library fro google account. I ve done all in that page

Developer's Guide: Java - Google Finance APIs and Tools - Google Code

But the i ve tried to import some classes like

Code:
import com.google.gdata.client.finance.FinanceService;
import com.google.gdata.data.BaseEntry;
import com.google.gdata.data.BaseFeed;
import com.google.gdata.data.Link;
import com.google.gdata.data.PlainTextConstruct;
import com.google.gdata.data.extensions.Money;
import com.google.gdata.data.finance.*;
import com.google.gdata.util.AuthenticationException;
import com.google.gdata.util.ServiceException;

Eclipe show me that it is not rigth..I ve attached all library for android for google ..What is problem ?
 

Attachments

  • 1.JPG
    1.JPG
    181.6 KB · Views: 112
Back
Top Bottom