Your content must have a TabHost whose id attribute is 'android.R.id.tabhost'

前端 未结 5 1545
谎友^
谎友^ 2020-12-06 02:30

I have a problem:

Java Code

public class VisualizzaListaActivity extends TabActivity {
/** Called when the activity is first created         


        
5条回答
  •  盖世英雄少女心
    2020-12-06 03:18

    Solution. If you're switching to a new Activity check it extends, perhaps on reflex copied from the primary, and there is a TabActivity, but we need Activity or other activity.

提交回复
热议问题