I had previously implemented the LVL in one of my apps.  After updating both 
the SDK and ADT, I can no longer build the Library project...  The 
Policy.java file in the "src.com.android.vending.licensing" package is 
giving me the following errors:

Multiple markers at this line
    - The type java.lang.Enum cannot be resolved. It is indirectly 
referenced from required .class 
     files
    - The type java.lang.Object cannot be resolved. It is indirectly 
referenced from required .class 
     files
    - The type java.lang.Enum cannot be resolved. It is indirectly 
referenced from required .class 
     files
    - The type Enum is not generic; it cannot be parameterized with 
arguments 
     <Policy.LicenseResponse>

These errors would seem to indicate that there is something wrong with my 
JDK installation or that Eclipse is not finding the JDK properly, but I have 
three other Android projects in my workspace and they all compile fine.

It's got to be something simple... Any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to