blob: bbed7df7b3ccea783fc3ac23d5ba14c9c3142f18 [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001page.title=Developer Support
Dirk Dougherty3506ac82014-02-21 11:15:52 -08002page.type=about
Scott Main50e990c2012-06-21 17:14:39 -07003fullpage=1
Dirk Dougherty3506ac82014-02-21 11:15:52 -08004page.metaDescription=Resources available to help you report and resolve issues while you are developing apps for Android.
5page.image=/images/android-support-card.png
smain@google.com61139c82014-10-20 14:29:22 -07006
Scott Main50e990c2012-06-21 17:14:39 -07007@jd:body
8
9<div class="wrap" style="width:940px;">
10
11 <h1>Developer Support Resources</h1>
12<!--
13<p>A variety of support resources are available to help you report and resolve issues while you are developing apps for Android. </p>
14-->
15 <div style="margin: 20px 0 0;">
16
17 <div class="col-8" style="margin-left:0">
18 <h3 style="font-size: 14px;line-height: 21px;color: #555;text-transform: uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;">Code-Level Support</h3>
19
20<h5>Community and Office Hours</h5>
21<p style="color:#888">
22
Scott Main93fd2d02013-11-20 15:33:33 -080023<a href="https://plus.google.com/+AndroidDevelopers">Android Developers</a> on Google+<br />
24<a href="https://plus.google.com/communities/105153134372062985968">Android Development community</a> on Google+<br />
Scott Main50e990c2012-06-21 17:14:39 -070025<a href="http://groups.google.com/group/android-developers">android-developers</a> support forum<br />
26<a href="http://groups.google.com/group/android-ndk">android-ndk</a> support forum<br />
27<a href="http://groups.google.com/group/android-security-discuss">android-security-discuss</a> support forum<br />
28
29 <a href="http://webchat.freenode.net/?channels=android">#android</a>, <a href="http://webchat.freenode.net/?channels=android-dev">#android-dev</a> <span style="color:#888">(IRC via irc.freenode.net)</span><br />
Scott Main50e990c2012-06-21 17:14:39 -070030</p>
31
smain@google.com61139c82014-10-20 14:29:22 -070032<p><b>
smain@google.com9f987e02014-10-22 17:13:51 -070033<a target="_blank"
34href="https://helpouts.google.com/partner/ask?vertical=programming&tags=android&origin=http:%2F%2Fdeveloper.android.com%2Fsupport.html">Ask a question in Google Helpouts</a>
smain@google.com61139c82014-10-20 14:29:22 -070035</b></p>
36
Scott Main50e990c2012-06-21 17:14:39 -070037
38<h5>Send Feedback</h5>
39<p>
40 <a href="http://code.google.com/p/android/issues/entry?template=Developer%20Documentation">Report documentation bug</a><br />
41 <a href="https://code.google.com/p/android/issues/entry?template=User%20bug%20report">Report device bug</a><br />
42 <a href="https://code.google.com/p/android/issues/entry?template=Developer%20bug%20report">Report platform bug</a><br />
smain@google.com61139c82014-10-20 14:29:22 -070043</p>
44
45
Scott Main50e990c2012-06-21 17:14:39 -070046 </div>
47
48
49
50 <div class="col-8" style="margin-right:0">
51 <h3 style="font-size: 14px;line-height: 21px;color: #555;text-transform:
52uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;">Google Play Support</h3>
53<h5>Help center</h5>
54<p style="color:#888">
55 <a href="http://support.google.com/googleplay/android-developer/">Help&nbsp;Center&nbsp;Home</a><br />
56 <a href="http://support.google.com/googleplay/android-developer/bin/static.py?hl=en&page=known_issues.cs">Known Issues</a><br />
57</p>
58
59<h5 id="contact">Direct support contacts for developers</h5>
60<p style="color:#888">
Dirk Doughertyc6af49e2013-04-01 12:10:14 -070061 <a href=" https://support.google.com/googleplay/android-developer/troubleshooter/3049653">Registration, account issues</a><br />
Dirk Dougherty00cfba92013-04-22 14:45:30 -070062 <a href="https://support.google.com/googleplay/android-developer/troubleshooter/3055196">Publishing, app distribution issues</a><br />
63 <a href="https://support.google.com/googleplay/android-developer/troubleshooter/3055329">App visibility and discoverability</a><br />
64 <a href="https://support.google.com/googleplay/android-developer/troubleshooter/3076003">Billing and reporting</a><br />
Scott Main50e990c2012-06-21 17:14:39 -070065 <a href="http://support.google.com/googleplay/android-developer/bin/request.py?contact_type=takedown">Inappropriate apps</a><br />
66 <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1085703&topic=15868&ctx=topic">Report a Google Play policy violation</a>
67</p>
68
69<h5>End-user support</h5>
70<p style="color:#888">
71 <a href="http://support.google.com/googleplay/bin/request.py?contact_type=contact_policy&policy=apps">Click-to-call and email support for Google Play end users</a><br />
72</p>
73
74
75
76 <h5>Payment and Merchant Issues</h5>
77
78<p style="color:#888;margin-bottom:1.5em;">
79 <a href="http://support.google.com/checkout/sell/">Merchant&nbsp;Help&nbsp;Center&nbsp;Home<br />
80 <a href="http://support.google.com/checkout/sell/bin/static.py?hl=en&page=ts.cs&ts=2472700">Issue reporting tool<br />
81 <a href="https://productforums.google.com/forum/#!forum/checkout-merchant">checkout-merchant</a> support forum<br />
82 <a href="http://support.google.com/googleplay/android-developer/bin/request.py?contact_type=survey">Feedback survey</a>
83</p>
84
85
86</div>
Scott Main93fd2d02013-11-20 15:33:33 -080087</div>