Discussion Forums  >  Uncategorized

Replies: 6    Views: 5989

paulwyre
Apple Fan
Profile
Posts: 139
Reg: Dec 21, 2010
USA
1,390
12/31/10 05:43 PM (15 years ago)

Unable to resolve target 'Google Inc.:Google APIs:4'

Hello, I'm trying to import the Android project into Eclipse and I'm getting this error. I have all packages installed and selected 1.6 during import. Anyone get this error and solved it?
 
Zoid66
Lost but trying
Profile
Posts: 176
Reg: Oct 26, 2010
USA
1,760
like
12/31/10 08:58 PM (15 years ago)
When you say all packages installed: Let's see if you have all the google api etc. Open Eclipse once opened go to Window / Android SDK and AVD Manager: You should see Installed packages: See if Google API's by Google Inc, Android API 4, revision is listed: If it is not you will need to add this: To do so in the Android SDK and AVD Manager on the left you should see Available packages click Third Party Add-ons this should get you going.. After doing so you may need to close down eclispe and re import the project.
 
paulwyre
Apple Fan
Profile
Posts: 139
Reg: Dec 21, 2010
USA
1,390
like
01/01/11 01:05 PM (15 years ago)
Awesome thank you..This solved it. Still having trouble with the emulator. It runs but my app does not show on the Emulator anywhere :-/ I'm sure it's another silly mistake of mine
 
jackw
Lost but trying
Profile
Posts: 14
Reg: Dec 17, 2010
Surber, VA
140
like
01/03/11 12:35 PM (15 years ago)
I had similar problems. See discussion topic Missing com.google.android.maps.GeoPoint to resolving how to get app to work in emulator.
 
paulwyre
Apple Fan
Profile
Posts: 139
Reg: Dec 21, 2010
USA
1,390
like
01/03/11 12:42 PM (15 years ago)
Thank you. I'll check it out and report the results :-)
 
E:V:A
Aspiring developer
Profile
Posts: 1
Reg: Nov 12, 2011
location unknow...
10
like
11/14/11 07:57 PM (14 years ago)
Hi Guys! This is really a mess. I suggest Buzztouch make an effort in simplifying this chaos... I still just can't get this thing to run... All other instructions seem a bit cryptic, especially the last comments in the thread referred to above. I made all the edit according to the README file. Here is what you should have on your How it works page: First check this thread: http://www.buzztouch.com/forum/thread.php?tid=8C05536DEA068C1&status=&searchInput=Missing%20com.google.android.maps.GeoPoint&sortColumn=FT.dateStampUTC&sortUpDown=DESC¤tPage=1&doViews=1 Then read these, very carefully: https://code.google.com/android/add-ons/google-apis/mapkey.html https://code.google.com/android/add-ons/google-apis/maps-api-signup.html http://developer.android.com/guide/publishing/app-signing.html Fast path is to: 0. Set your $PATH and $JAVA_HOME variable to include your Java SDK bin path. (This is where both the keytool and jarsigner executables are located.) 1. Find the debug certificate: Location under Windows Vista: C:\Users\xxxxx\.android\debug.keystore 2. Generate debug MD5 fingerprint of debug certificate: keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android 3. Register your Certificate Fingerprint with the Google Maps Service, by entering your MD5 fingerprint here: http://code.google.com/android/maps-api-signup.html 4. Save the Key's in a safe place. 5. You need 2 keys; one for Debugging and one for Release... 6. Edit the file: /res/values/strings.xml and copy/paste in the appropriate keys in these lines: <string name=googleMapsAPIKeyDebug>yourGoogleMapsApiKeyForDebug</string> <string name=googleMapsAPIKeyRelease>yourGoogleMapsApiKeyForRelease</string> 7. Uncomment some code (see README file) in the two files: a) /AndroidManifest.xml b) /src/Act_ActivityBase.java 8. Still not working? Now what?? BTW. Do I have to also include the Release key? (I can not find it!)
 
Santosh Das
I hate code!
Profile
Posts: 1
Reg: Jan 27, 2012
India
10
like
01/29/12 12:04 AM (14 years ago)
buzztouch Looks Like completely useless. It always gives some or the other error. I am trying since last 10 days.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.