I\'m getting the following error:
> 02-06 23:10:24.104: E/dalvikvm(912): Could not find class > \'android.support.v4.app.FragmentActivity\', referenced fro
Either create a "libs" folder and put the "android-support-v4.jar" file
else
import the " android-support-v4.jar" to Android Private Libraries folder, and restart the IDE to take effect.