[android-developers] Re: شهادة مدير الموارد البشرية ( شهادات الزمالة الأمريكية Fellow Ship Certificate)

2018-02-11 Thread Hasmot Ali
USA News|US News App : https://goo.gl/fH1kRm
Australia Newspapers|AU News Apps : https://goo.gl/LzF3cp
UK Newspaper|UK News : https://goo.gl/5ELbBV
BAngla News|BD News APP : https://goo.gl/IGsxwe
Austria Newspapers|Austria News : https://goo.gl/GRVzSu
World Newspaper|World News : https://goo.gl/ZQAVQB


On Monday, February 5, 2018 at 7:18:06 PM UTC+6, Sara Swed wrote:
>
>
> [image: cid:image014.jpg@01D39DC7.12C13120]
>
>  
>
>  
>
>  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0bb651a6-61d6-43bd-9a1b-3c080441e7de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] exclude package from dependency implementation 'com.android.support:appcompat-v7:26.1.0' and use package from JDK-1.8

2018-02-11 Thread shubham gupta
Hi,
I am trying to connect to mongodb from android directly, but getting error 
and app stops.

mongoClient = new MongoClient(uri);


Getting null from:  Caused by: java.lang.NullPointerException: Attempt to 
invoke virtual method 'java.security.CodeSource 
java.security.ProtectionDomain.getCodeSource()' on a null object reference

Because java.security.ProtectionDomain is in legacy and is being picked from 
*implementation 'com.android.support:appcompat-v7:26.1.0'*

So I want to pick *java.security* package from *JDK-1.8* and not from 
*com.android.support:appcompat-v7:26.1.0.*

How can I do that.


Below is error logs from Android Studio.




02-12 12:06:55.201 28133-28133/? I/zygote: Late-enabling -Xcheck:jni
02-12 12:06:55.216 28133-28133/? W/zygote: Using default instruction set 
features for ARM CPU variant (cortex-a9) using conservative defaults
02-12 12:06:55.887 28133-28133/com.example.shubham.dronemultifunction 
I/InstantRun: starting instant run server: is main process
02-12 12:06:55.937 28133-28133/com.example.shubham.dronemultifunction 
D/SDKRelativeJNI: load lib suc
02-12 12:06:56.130 28133-28133/com.example.shubham.dronemultifunction 
D/NetworkSecurityConfig: No Network Security Config specified, using platform 
default
02-12 12:06:56.183 28133-28133/com.example.shubham.dronemultifunction 
W/org.bson.ObjectId: Failed to get process identifier from JMX, using random 
number instead

   java.lang.NoClassDefFoundError: Failed resolution of: 
Ljava/lang/management/ManagementFactory;

   at 
org.bson.types.ObjectId.createProcessIdentifier(ObjectId.java:533)

   at org.bson.types.ObjectId.(ObjectId.java:491)

   at com.mongodb.connection.ClusterId.(ClusterId.java:47)

   at 
com.mongodb.connection.DefaultClusterFactory.create(DefaultClusterFactory.java:105)

   at com.mongodb.Mongo.createCluster(Mongo.java:744)

   at com.mongodb.Mongo.createCluster(Mongo.java:728)

   at com.mongodb.Mongo.createCluster(Mongo.java:702)

   at com.mongodb.Mongo.(Mongo.java:310)

   at com.mongodb.Mongo.(Mongo.java:306)

   at com.mongodb.MongoClient.(MongoClient.java:284)

   at 
com.example.shubham.dronemultifunction.MainActivity.onCreate(MainActivity.java:28)

   at android.app.Activity.performCreate(Activity.java:6998)

   at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1230)

   at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2899)

   at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3046)

   at android.app.ActivityThread.-wrap11(Unknown Source:0)

   at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)

   at android.os.Handler.dispatchMessage(Handler.java:105)

   at android.os.Looper.loop(Looper.java:164)

   at android.app.ActivityThread.main(ActivityThread.java:6809)

   at java.lang.reflect.Method.invoke(Native Method)

   at 

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 7 updates in 6 topics

2018-02-11 Thread maghii

Thanks for emailing me! No, I haven’t been hacked :)

I signed up for a spam filtering service called BitBounce. To deliver your 
email to my inbox, please click the link below. Thanks!

https://bitbounce.com/pay_bitbounce_fee/2744059245

BitBounce is a product by:

Turing Technology, Inc.
BitBounce.com
Redwood City, CA

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5a813798ba2f4_4933fbdc2cd3254524879b%40ip-172-31-18-135.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Play Store listing says app "Offers in-app purchases" but it doesn't

2018-02-11 Thread Steve Pucci
I was including the billing library in the app (it was declared in a library as 
a dependency).  Changing the dependency to ‘provided’ from ‘implementation’ and 
re-uploading the resultant binary fixed the problem for me.

> On Feb 11, 2018, at 12:03 PM, spu...@emeraldsequoia.com wrote:
> 
> I'm in alpha test for an app, and the play store listing for the app says 
> "Offers in-app purchase" but my app does not do that.  I've checked the 
> manifest file and it does not include
> 
>
> 
> The console, in the "in-app products" tab under "Store presence", says "0 
> active, 0 inactive" for both Managed Products and Subscriptions
> 
> This appears similar to this problem 
> https://stackoverflow.com/questions/23028475/how-to-turn-off-offers-in-app-purchases-on-google-play-for-my-app
>  which, judging from the comments, was never addressed.
> 
> Any ideas?
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Android Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/android-developers/hv6GcXd8Hao/unsubscribe 
> .
> To unsubscribe from this group and all its topics, send an email to 
> android-developers+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to android-developers@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/android-developers 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/android-developers/e264344b-aeb4-4e40-b6b9-9e8d57ee5701%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4E4C605D-7662-440E-9F92-225E3C2A6A63%40emeraldsequoia.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Found class com.mysql.jdbc.Statement, but interface was expected

2018-02-11 Thread Atil Pai
*Issue:* My debugger seems to throw this error while executing the Prepared 
stmt call to talk to my MySQL db (Connection has been established). My 
debugger then steps into a Looper.java class.
I am afraid it is some compatibility issue between java android core and 
jdbc 3.0.17, the lib i am using.

I have been trying to track down this error since a long time now. Any 
comments will be of great help?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b297e7e4-2113-4c66-b5f8-0b56df52eb53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Play Store listing says app "Offers in-app purchases" but it doesn't

2018-02-11 Thread spucci
I'm in alpha test for an app, and the play store listing for the app says 
"Offers in-app purchase" but my app does not do that.  I've checked the 
manifest file and it does not include

   

The console, in the "in-app products" tab under "Store presence", says "0 
active, 0 inactive" for both Managed Products and Subscriptions

This appears similar to this 
problem 
https://stackoverflow.com/questions/23028475/how-to-turn-off-offers-in-app-purchases-on-google-play-for-my-app
 
which, judging from the comments, was never addressed.

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e264344b-aeb4-4e40-b6b9-9e8d57ee5701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Withdrawal of funds

2018-02-11 Thread Артём Тимофеев
I want to withdraw money earned for my paid application. I enter the 
payment settings and click Add payment method and writes to me

If you want to receive payments to a bank account, contact the bank. There 
you can learn about exchange rates and a possible commission. Please note 
that the account must be opened in a certain country (Ukraine), and the 
funds on it must be in a certain currency (US dollar).

But the fact is that I live in Russia and I have a card of Sberbank. How 
can I change the country and can I tie my Sberbank card for withdrawal?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0c31ed86-94ed-4a20-88e1-c3520e8f6739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Meta: Changes to new-user moderation policy

2018-02-11 Thread chum sopheap


On Tuesday, December 1, 2015 at 6:28:00 AM UTC+7, Trevor Johns wrote:
>
> *As of today, new members to this group are able to post immediately, 
> without being subject to moderator approval.*
>
> Previously, posts from new members to this group would be held for 
> moderation. However, with the addition of Stack Overflow and Google+ as 
> popular discussion mediums, it's been difficult to find volunteer 
> moderators. As a result, the moderation queue has been showing signs of 
> neglect -- which means that new posts just aren't getting through.
>
> To address this, effective immediately, I've removed the moderation 
> restriction for new members.
>
> While this means that some spam may get through, this is necessary in 
> order to keep this group functioning properly going forward. If you do see 
> spam, simply report it through the Google Groups web UI. (Click on "Report 
> Abuse" next to the "Reply" button.) For larger/urgent issues, you can also 
> contact the group owners via email: 
> https://groups.google.com/forum/#!contactowner/android-developers
>
> -- 
> Trevor Johns
> Google Developer Programs, Android
> http://developer.android.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4e275337-0a8d-4d26-a05d-ff7c231a4ae0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.