转自:http://android.kgmoney.net/2010/10/30/link-to-android-app-using-android-market-links/
Anyway, there a several ways to create Android Market Links, and they are the following:
- Linking Directly to the App Listing
- Searching by its Java Package Name
- Searching by Developer Name
- Searching by Keyword
- Searching with a Combination of Parameters
1)Linking Directly to the App Listing
is the most direct way to get a visitor at your website to find your
app in the market. This method requires you to know the Java package
name of you app and looks like the following:
http://market.android.com/details?id=<packagename>
- or -
market://details?id=<packagename>
For example:
http://market.android.com/details?id=net.kgmoney.TalkingCallerID
- or -
market://details?id=net.kgmoney.TalkingCallerID
2)Searching by its Java Package Name
s basically the same as a direct Android Market link as described
above, except that it will take the user to a search results page first,
where they will have to choose you app. I’m not really sure why this
would be used in place of a direct market link, but it is done like
this:
http://market.android.com/search?q=pname:<package>
- or -
market://search?q=pname:<package>
For example:
http://market.android.com/search?q=pname:net.kgmoney.TalkingCallerID
- or -
market://search?q=pname:net.kgmoney.TalkingCallerID
3)Searching by Developer Name
is a slightly more general way to link to Android apps in that it will
show a results page listing all the apps developed by a given
developer. This is very useful if you would like to show existing users
what else you have to offer. Here’s how to do it:
http://market.android.com/search?q=pub:<Developer Name>
- or -
market://search?q=pub:<Developer Name>
For example:
http://market.android.com/search?q=pub:<Developer Name>
- or -
market://search?q=pub:<Developer Name>
4)Searching by Keyword
makes your link even more general, allowing you to direct the user to a
list of apps relating to your selected keyword. This is how it works:
http://market.android.com/search?q=talking caller id
- or -
market://search?q=<substring>
For example:
http://market.android.com/search?q=talking caller id
- or -
market://search?q=talking caller id
5)Searching with a Combination of Parameters
simply combines the above search links. This is done as follows:
http://market.android.com/search?q=<substring> pname:<package> pub:<Developer Name>
For example:
http://market.android.com/search?q=talking caller id pname:net.kgmoney.TalkingCallerID pub:kgmoney.net
分享到:
相关推荐
1.3.3Androidmarket 1.4Android平台 1.4.1Android体系结构 1.4.2熟悉的开发工具 1.4.3合理的学习曲线 1.5小结 第2章搭建你的开发环境 2.1配置前的准备工作 2.1.1 Android支持的操作系统 2.1.2准备“四大法宝” 2.2...
- **盈利前景**: 应用市场的快速增长,如Android Market(后来更名为Google Play)的APP数量迅速增加,显示了Android系统的巨大商业潜力。 - **谷歌云服务**: 将谷歌的“云”技术带入移动互联网领域,提供更便捷的服务。 ...
与 Android Market 联机;支持谷歌 “ 街景 ” 服务;包装盒内附 数据工具包。 更多信息 https://sites.google.com/a/android.com/opensource/release-features Android Android Android Android 盈利模式 Android ...
MarketPrice.Android 是一个专为Android平台设计的客户端应用程序,它属于MarketPrice系统的一部分,该系统可能是一个.NET构建的Web服务,用于提供与市场价格相关的数据和服务。这个Android客户端允许用户在移动设备...
【Android APK 安装与管理详解】 Android APK 文件是Android应用程序的打包格式,相当于iOS的ipa文件。在Android开发环境中,通常使用Eclipse或Android Studio等集成开发环境(IDE)来构建和生成APK。Eclipse工程的...
1.3.3Androidmarket 1.4Android平台 1.4.1Android体系结构 1.4.2熟悉的开发工具 1.4.3合理的学习曲线 1.5小结 第2章搭建你的开发环境 2.1配置前的准备工作 2.1.1 Android支持的操作系统 2.1.2准备“四大法宝” 2.2...
通过CTS测试的设备能够获得Android官方商标,并且能够访问和使用Android Market(现在的Google Play商店)的权限。这对于任何想要在Android平台上发布应用或设备的制造商来说,都是至关重要的步骤。 获取CTS测试...
`adb`(Android Debug Bridge)是Android开发者常用的一个命令行工具,用于与设备进行通信。在命令行中,定位到包含adb.exe的目录(通常在`platform-tools`或`tools`子目录下),然后使用`adb install [path_to_apk]...
《Android APK问题大全解析》这份文档主要涵盖了与Android应用程序打包、安装及调试相关的常见问题及其解决方案。以下是其中涉及的关键知识点: 1. APK生成:在Eclipse开发环境中,当你编译和构建Android工程时,...
2. **Google Play(原Android Market)** - **应用市场**:Google Play是Android应用的主要分发平台,开发者可以在这里发布他们的应用供用户下载。预装在大多数Android设备上的Google Play应用使得用户可以方便地...
- 目的:CTS用于验证设备是否符合Android开放源代码项目的API规范,确保设备与Android Market上的应用兼容。 - 范围:涵盖所有Android API级别,包括系统服务、库、框架组件等。 2. **环境配置**: - 开发环境:...
通过CTS测试,可以确保第三方应用程序在特定设备上正常运行,这对于获得Google的官方认证和进入Android Market(现为Google Play)至关重要。 二、Android CTS测试环境搭建 在Linux环境下搭建CTS测试环境主要包括...
Android的兼容性测试工具(CTS)是Android生态系统中不可或缺的一部分,它确保了各种Android设备能够支持和运行在Android Market(现Google Play)上发布的应用程序。CTS全称为Compatibility Test Suite,其核心目标是...
通过CTS,开发者可以验证其定制的Android系统是否符合Android兼容性定义文档(CDD)的要求,这对于获取Android Market(现为Google Play Store)的认证至关重要。 ### CTS测试环境搭建步骤 1. **下载CTS包**: 访问...
通过CTS测试的设备,能够获得Android的官方认证,享有Android Market的权限。 ##### 目的 1. **标准化定制系统**:针对市场上多样化的Android定制系统,确保它们遵循统一的标准,减少因定制而导致的系统差异。 2. *...
Drill 项目其实也是从谷歌的 Dremel 项目中获得灵感:该项目帮助谷歌实现海量数据集的分析处理,包括分析抓取 Web 文档、跟踪安装在 Android Market 上的应用程序数据、分析垃圾邮件、分析谷歌分布式构建系统上的...
3. **连接设备**:使用ADB命令连接到目标设备。 4. **配置Android SDK**:确保Android SDK版本符合要求,至少为25.2+。 5. **启动Appium Session**: - 设置主机地址为127.0.0.1。 - 配置必要的JSON参数,包括平台...