how to Fix Unable to find explicit activity class

前端 未结 5 1350
心在旅途
心在旅途 2021-01-25 21:00
public class MultiColumnActivity extends Activity implements OnClickListener {
    private ArrayList> list;
    Button filterButton;
         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-25 21:41

    You should make an entry of activity like below

      
    
         
    

    Not under application tag

      
    

    http://developer.android.com/guide/topics/manifest/manifest-intro.html

提交回复
热议问题