Problems to add support library in Eclipse
Hello Reto,
From your (very well informing and thorough!) book on p. 27, "incorporate a support library", i understood that when i inserted android-support-v4.jar in my build path, then i could support platforms with api 4 or above for classes that were introduced in api 11 for instance.
I installed via Android tools/support library after rigtht clicking the project in the package view and updated the java build path many times, but nothing helps to escape from the warnings that i use classes for API 11 and that the minimum SDK is lower.. So the only thing that helps is change the minimum in the manifest to 11.
It is only clear that for instance a class from api 11 like Notification.Builder, see chapter 10, is not covered by this support library.
Last edited by Kees; January 24th, 2013 at 03:46 PM..
Reason: The problem source is not as mentioned
|