<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - Android</title>
    <link>http://firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=287</link>
    <description>Latest 20 threads of Android</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 12:10:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://firemail.wang:8088/</link>
    </image>
    <item>
      <title>Android模拟器</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10156</link>
      <description><![CDATA[逍遥模拟器
https://www.xyaz.cn/



雷电安卓模拟器
https://www.ldmnq.com/]]></description>
      <category>Android</category>
      <author>Qter</author>
      <pubDate>Tue, 15 Sep 2020 06:47:28 +0000</pubDate>
    </item>
    <item>
      <title>Android 之 assets目录和raw目录</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10143</link>
      <description><![CDATA[　Android 中存在assets目录和raw目录，它们既有相似之处又有所不同。
一、共同点：
　　目录下的资源会被原封不动的拷贝到APK中，而不会像其它资源文件那样被编译成二进制的形式。

二、区别　　1、最直观的就是获取它们的 InputStream 的API不一样。　　获取asset ...]]></description>
      <category>Android</category>
      <author>Qter</author>
      <pubDate>Sun, 30 Aug 2020 09:39:32 +0000</pubDate>
    </item>
    <item>
      <title>android查看设备目录文件</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10142</link>
      <description><![CDATA[查看设备上的文件
菜单栏，选择 View–&gt;Tool Windows–&gt;Device File Explorer
https://blog.csdn.net/weixin_38135165/article/details/106635010]]></description>
      <category>Android</category>
      <author>Qter</author>
      <pubDate>Sun, 30 Aug 2020 09:08:12 +0000</pubDate>
    </item>
    <item>
      <title>Android Studio打包生成APK</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9744</link>
      <description><![CDATA[导出签名发布版apk直接点“Build APK(s)”生成的是使用默认的debug.keystore签名的Debug版apk（生成在app\\build\\outputs\\apk\\debug目录下），真正发布软件时我们需要生成自己密钥签名的release版apk。
菜单栏----Build----Generate Signed Bundle / APK...

选择 APK ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Sat, 05 Oct 2019 05:16:14 +0000</pubDate>
    </item>
    <item>
      <title>Android 计步</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9526</link>
      <description><![CDATA[Android 计步传感器的实现



在Android4.4之后的版本中，Android在硬件中支持内置计步传感器。例如微信运动，支付宝运动等常用软件都是直接调用了Android中的Sensor传感器服务，从而获取到每日的步数。要完成计步传感器的调用，需要了解Sensor，SensorManager，Sen ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Fri, 27 Jul 2018 10:25:36 +0000</pubDate>
    </item>
    <item>
      <title>INSTALL_FAILED_USER_RESTRICTED</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9525</link>
      <description><![CDATA[Installation failed with message Failed to finalize session : INSTALL_FAILED_USER_RESTRICTED: Install canceled by user.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installin ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Thu, 26 Jul 2018 12:53:40 +0000</pubDate>
    </item>
    <item>
      <title>Android中的Intent和Intent-filter总结</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9524</link>
      <description><![CDATA[一．相关概念
（一）基本概念

     Intent中文意思指”意图”,按照Android的设计理念,Android使用Intent来封装程序的”调用意图”,不管启动Activity、Service、BroadcastReceiver,Android都使用统一的Intent对象来封装这一”启动意图”。此外,Intent也是应用程序组 ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Wed, 25 Jul 2018 09:13:57 +0000</pubDate>
    </item>
    <item>
      <title>Android编译版本eng、user和userdebug的区别</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9519</link>
      <description><![CDATA[Android编译版本eng、user和userdebug的区别：一、Android官网的解释eng This is the default flavor. A plain make is the same as make eng.*       Installs modules tagged with: eng, debug, user, and/or development.
*       Installs non-APK modules that ha ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Tue, 17 Jul 2018 10:21:33 +0000</pubDate>
    </item>
    <item>
      <title>Android root 原理</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9518</link>
      <description><![CDATA[Android 获取ROOT权限原理解析

https://blog.csdn.net/chaihuasong/article/details/8463212/

一、 概述本文介绍了android中获取root权限的方法以及原理，让大家对android玩家中常说的“越狱”有一个更深层次的认识。 二、 Root的介绍1.       Root 的目的可以让 ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Tue, 17 Jul 2018 08:25:51 +0000</pubDate>
    </item>
    <item>
      <title>判断手机是否有root权限</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9517</link>
      <description><![CDATA[调用]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Fri, 13 Jul 2018 13:06:06 +0000</pubDate>
    </item>
    <item>
      <title>adb命令</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9516</link>
      <description><![CDATA[///////////adb///////////////

adb devices

adb shell


从手机上复制文件到pc
adb pull /sdcard/Tencent/MicroMsg/626b6d1457bf86901abfce57202e2ce6/video ~/sj

把文件推送到手机上再安装 
$ adb push /home/xxcode/axx.apk /data/local/tmp/www.chunh ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Fri, 13 Jul 2018 12:23:34 +0000</pubDate>
    </item>
    <item>
      <title>Android ABI 概念</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9344</link>
      <description><![CDATA[ABI全称是：Application binary interface，即：应用程序二进制接口，它定义了一套规则，允许编译好的二进制目标代码在所有兼容该ABI的操作系统和硬件平台中无需改动就能运行。不同 Android 手机使用不同的 CPU，因此支持不同的指令集。CPU 与指令集的每种组合都有其自 ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Fri, 09 Mar 2018 02:22:31 +0000</pubDate>
    </item>
    <item>
      <title>Android 越用越卡？教你如何拯救卡顿</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9143</link>
      <description><![CDATA[很多朋友可能最近都看到了 AppSo 做的关于安卓手机上国产应用的测试，之后他们还联合了绿色守护发起“安卓绿色应用公约”，这也道出了很多安卓用户的痛：使用安卓手机过程中，会出现莫名其妙的卡顿、发热和掉帧。有人便很自然的把这些归咎于系统优化差或者机器 ...]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Mon, 30 Oct 2017 01:13:22 +0000</pubDate>
    </item>
    <item>
      <title>Windows7下载、安装、配置ADB的步骤</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9108</link>
      <description><![CDATA[1、ADB工具在哪里？     下载最新的Android SDK，地址是：http://developer.android.com/sdk/index.html；     解压，ADB在解压目录下的\\sdk\\platform-tools下面。例如，本人下载并解压之后的ADB工具目录如下：G:\\adt-bundle-windows-x86-20140321\\sdk\\platform-tools。 ...]]></description>
      <category>Android</category>
      <author>Qter</author>
      <pubDate>Sun, 17 Sep 2017 09:58:48 +0000</pubDate>
    </item>
    <item>
      <title>android 简单开启线程</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8480</link>
      <description><![CDATA[]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Thu, 06 Apr 2017 03:29:49 +0000</pubDate>
    </item>
    <item>
      <title>android java 不能在主线程中调用网络请求</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8479</link>
      <description><![CDATA[android.os.NetworkOnMainThreadException]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Wed, 05 Apr 2017 11:30:46 +0000</pubDate>
    </item>
    <item>
      <title>android java 解析复杂json串</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=8478</link>
      <description><![CDATA[]]></description>
      <category>Android</category>
      <author>java</author>
      <pubDate>Wed, 05 Apr 2017 10:27:08 +0000</pubDate>
    </item>
  </channel>
</rss>