close
We'll receive this error messsage especially when we using TabHost and many tab activities. But donig only this step can solve the problem I met.
Add the folowing code just in the <manifest> tag and before application tag:
<uses-permission android:name="android.permission.INTERNET">
</uses-permission>
Got it? Do it now!
全站熱搜
留言列表