I still trying to compile the two samples code from sony: EightPuzzleExtension and MusicPreferenceActivity. These are the steps I did:
1. I installed the sony add-on from the Android SDK Manager as explained here
2. I imported the sample projects following the instructions here
3. I added the Project references SmartExtensionAPI in the SmartExtensionUtils. Now both SmartExtensionAPI and SmartExtensionUtils compile.
4. I added the Project references SmartExtensionAPI and SmartExtensionUtils to the sample projects. But they do not compile yet. Lots of error are solved (this is the first step) but there are still errors related to R class.
I already saw this topic but it is not useful because I cannot find the SmartExtensionInternalUtils. Where they are? How can I get them?
thanks