Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: asmack4.0.0-rc1 and later version run crash

$
0
0

I have add into build path.

QQ图片b1.jpg

b2.jpg

 

  My code is:

public class MainActivity extends Activity {

    private WaitingDialog mDlg = null;

   

    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);

        setContentView(R.layout.activity_main);

       

        SmackAndroid.init(this);

       

        //PPConnection.DEBUG_ENABLED = true; 

        AccountManager accountManager; 

        final ConnectionConfiguration connectionConfig = new ConnectionConfiguration( 

                "192.168.1.120", Integer.parseInt("5222"), "localhost"); 

       ......

 

When run to SmackAndroid.init(this); the app crash in android phone.

QQ图片20140926224430.jpg


Viewing all articles
Browse latest Browse all 12162

Trending Articles