随笔分类 -  Android

摘要:1、下载adt-bundle-linux-x86-201407022、下载android-ndk-r103、路径如下:/opt/adt-bundle-linux-x86-20140702/opt/adt-bundle-linux-x86-20140702/sdk/opt/adt-bundle-lin... 阅读全文
posted @ 2014-08-31 17:25 z.cejay 阅读(256) 评论(0) 推荐(0)
摘要:1 import java.util.ArrayList; 2 import java.util.List; 3 4 import android.content.Context; 5 import android.telephony.TelephonyManager; 6 import android.widget.Toast; 7 8 public class getImei { 9 Context context = null; 10 11 public getImei(Context _context) { 12 context... 阅读全文
posted @ 2014-02-25 12:03 z.cejay 阅读(3017) 评论(1) 推荐(0)