Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid, Eclipse, Google_Play_Services_Lib - trying to import the project and getting errors
    primarykey
    data
    text
    <p>I have installed Google Play Services SDK, copied the project to my workspace, took off read only property, and tried to import google_play_services_lib into eclipse and I start off by having an error on the manifest file, I look in and its blank. I open the manifest in an xml editor right from windows explorer and it is populated. I copied what was there into the eclipse manifest file and saved it. the error on the manifest file went away, however, now almost all of the files/folders in the res directory are showing errors. I have found almost nothing online about this issue, any help would be appreciated.</p> <p>EDIT: How would I get a LogCat? The code doesn't compile. the only error I get is:</p> <pre><code>[2013-12-06 10:00:53 - google-play-services_lib] Project has no target set. Edit the project properties to set one. [2013-12-06 10:00:53 - google-play-services_lib] Project has no target set. Edit the project properties to set one. [2013-12-06 10:00:53 - google-play-services_lib] Parser exception for /google-play-services_lib/AndroidManifest.xml: Premature end of file. [2013-12-06 10:00:55 - google-play-services_lib] Parser exception for /google-play-services_lib/AndroidManifest.xml: Premature end of file. </code></pre> <p>Tutorial followed: <a href="http://developer.android.com/google/play-services/setup.html" rel="nofollow">http://developer.android.com/google/play-services/setup.html</a></p> <p>EDIT: AnroidManifest.xml:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.android.gms" android:versionCode="4030530" android:versionName="4.0.30 (889083-30)" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload