Adobe air native extension application crashes on using FragmentActivity -


i trying work on air native extension android. far have worked on different type of stuff seems have hit roof. whenever try extend fragmentactivity rather normal activity application crashes activity starts. trying use actionbarsherlock, same thing happens. moment extend sherlockactivity, application crashed on starting activity. please please me this.

package com.someone.mobile.android.extensions.aub; 

import android.support.v4.app.fragmentactivity;

public class loginactivity extends fragmentactivity{

@override protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);  } 

}


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -