[android-developers] Problem : inflat custom view over main.xml

2014-08-14 Thread Save My Life!
Dear sir, I am having 2 things: 1. Main.xml with background image 2. Customview with canvas. In side canvas i am drawing shape : circle In activity1(where setcontentview(r.layout.main)) i need following: On output it should display shape(from custom view) with background(from main.xml) Help

[android-developers] Google Play Developer Statistics stopped after aug 11?

2014-08-14 Thread Bram Stolk
Hi, I have three apps in the Google Play store. All of them stopped reporting statistics after Aug 11. Anyone else here with the same problem? Annoyingly 'Contact Us' link in Google Play Developer Console just shows FAQs, instead of giving you an email addr. Bram -- You received this

[android-developers] Native code linking error

2014-08-14 Thread Alex Fu
I'm currently attempting to build ffmpeg to work on the Android platform. I was able to successfully build and run ndk-build without errors, however when I go to actually run the application, I get hit with the following linking error: cannot locate symbol atof referenced by libavformat-55.so

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
On Wednesday, August 13, 2014 9:14:29 PM UTC-7, Nikolay Elenkov wrote: On Thu, Aug 14, 2014 at 9:41 AM, Nathan nathan@gmail.com javascript: wrote: So why would Google Play send me a bogus signature? Its not the first Google glitch, but what can I or the customer do about it?

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
In addition, I wonder if it has anything to do with this spec: Kernel version: 3.4.0-cyanogenmod-g433243c build02@cyanogenmod ) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Kostya Vasilyev
Or with the just updated Google Play app. 15 авг. 2014 г. 3:11 пользователь Nathan nathan.d.mel...@gmail.com написал: In addition, I wonder if it has anything to do with this spec: Kernel version: 3.4.0-cyanogenmod-g433243c build02@cyanogenmod ) -- You received this message because you are

[android-developers] can I get DhcpInfo - for Ethernet? instead of WiFi?

2014-08-14 Thread Mihai Badea
I have the following code to determine all info about my local network on Wifi: WifiManager wifiMan = (WifiManager)context.getSystemService(Context.WIFI_SERVICE); dhcpInfo = wifiMan.getDhcpInfo(); networkAddress = ntoh(dhcpInfo.netmask dhcpInfo.ipAddress); broadcastAddress =

Re: [android-developers] can I get DhcpInfo - for Ethernet? instead of WiFi?

2014-08-14 Thread 'Robert Greenwalt' via Android Developers
There will be API to access this in the next release. I think even the previous release from Google I/O may have had API in the ConnectivityManager to access a LinkProperties object for each network (or the current default network) which would contain this information. On Thu, Aug 14, 2014 at

[android-developers] How can I use Android Javadoc offline

2014-08-14 Thread Dean Schulze
I found how to download the Android Javadoc (SDK Manager, latest sdk version has a check box for the documentation). Now that I have a local copy of the Javadoc I can't find an index into the Javadoc for the Android SDK APIs. The top level index.html brings up an advertisement for Android-L.