eclipse - Android SDK creates FragmentActivity instead of Activity -
i came across this article article suggests replacing fragmentactivity's code of old activity code. can know if there's way create activity instead. updated adt v22.6 today. problem?
another problem requires min-sdk of 7 while right want min-sdk of 3.
also, using eclipse , not android studio.
thanks in advance!
the new adt 22.6 has new feature added automatically create new activity fragmentactivity not single activity. if wish create activity can create explicitly creating separate class , extends activity.
Comments
Post a Comment