google-play

AdMob not working in app

假装没事ソ 提交于 2019-12-11 22:08:11
问题 So, my problem that AdMob banner not working in my app, I have done exactly like here: https://developers.google.com/mobile-ads-sdk/docs/admob/android/quick-start and when I start my app on my phone there is no banner at all, what I can do to fix this? My publisher id correct, I checked it several times. Here my code of layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ads="http://schemas.android.com/apk/res-auto"

crosswalk cordova build for google play store

廉价感情. 提交于 2019-12-11 21:23:47
问题 I have followed the directions in this post to migrate my existing cordova app to use crosswalk. I did this for the arm library and this are working great through eclipse. https://crosswalk-project.org/#documentation/cordova/migrate_an_application I'd like to test deploying the app to the google play store now. I saw this article on building a crosswalk app in either embedded mode or shared mode. https://crosswalk-project.org/#documentation/getting_started/Run_on_Android/Shared-mode Is there

Google map v2 Black Screen with Sherlock and ListView

做~自己de王妃 提交于 2019-12-11 21:07:35
问题 Similar to the OP here (ViewPager with Google Maps API v2: mysterious black view), black dominates not just part but all of my Map when incorporated with the ListView. I do not believe the theme plays any part in creating this. When I attempted to incorporate that OP's answer, my entire fragment transformed into a black void. Would someone mind looking at my Fragment and help me figure out this error? Thanks! <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map=

Can´t use adMob api since I updated to API 19

梦想与她 提交于 2019-12-11 20:23:11
问题 Alright, If I include the .jar of the adMob sdk, it will conflict with the google play services API and the app wont compile because of the following error: Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode; If I dont include the adMob .jar on the exports, it will crash on runtime because the app couldnt find the classes required for the ad and it displays this message on my layout file: The following classes could not be instantiated: - com.google.ads

what's new not updating on google play store

孤人 提交于 2019-12-11 19:25:41
问题 So google has changed their publishing interface so that Recent changes no longer goes under Store Listing but under a specific apk. The problem is, I don't see where to add those comments in the apk that is actually in production. For the unpublished APKs I can just go in "Show details". Does anyone know how to add those comments for the APK that is actually serving in production? 回答1: Go to https://play.google.com/apps/publish Click on your application Click on APK in the left menu Click on

Google Play Service out of date

匆匆过客 提交于 2019-12-11 19:18:18
问题 I am testing my app on 2 devices: Samsung SM-T211 (Android 4.1.2) and Galaxy Nexus (Android 4.3) I have no problems on the first one, but on the Nexus I get a Google Play Service out of date. Requires 4242000 but found 315830 How can that be? 来源: https://stackoverflow.com/questions/22695998/google-play-service-out-of-date

How to check if somebody wrote a review to my Android App

China☆狼群 提交于 2019-12-11 18:05:19
问题 In my Android App i want a popup do show up with a button that links to my app in the market. The popup is showing currectly, but if somebody has already wrote a review for my app, i dont want it to show up. Is it possible to check if the person has already wrote a review or gave stars? Sorry for my bad english. I hope you did understand my problem.^^ 回答1: not really. You can have your app remember that the specific user has pressed your pop-up button before to be taken to the market. But you

Android Market to list my app on just one particular device or just on tablets. How?

旧时模样 提交于 2019-12-11 17:27:39
问题 I need to make an app available for just one particular device model (or alternatively for just tablets) on the Android Market. Is that possible? Thanks for any hints. 回答1: A mix of uses-feature and sdk versions could get you part of the way but the current sdks doesn't have a tablet feature, possibly coming in the next release Reto Meier recently wrote a devblog on uses-feature: http://android-developers.blogspot.com/2010/10/five-steps-to-future-hardware-happiness.html 来源: https:/

Link to book in device marketplace

一曲冷凌霜 提交于 2019-12-11 17:27:07
问题 Anybody knows how to create a link in an Android app to a book on Google Play? I know that for apps has this format: http://market.android.com/details?id=com.google.earth But I'm not finding the answer for books. Thanks in advance Update: Example code I'm know using following URL based on @Pedro Oliveira answer Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse("http://books.google.com/ebooks?id=2NYlAgAAQBAJ")); getActivity().startActivity(intent); Know, android first

Google Play Console - Crash Report: java.lang.RuntimeException

家住魔仙堡 提交于 2019-12-11 17:13:52
问题 I received some crash reports from users of one of my apps in the Google Play Store. This is the stack that I find the play store: java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2946) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3081) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor