Re: [android-developers] Re: Why is Google denying my app? Copyright, trademark perhaps?

2015-02-03 Thread JackN
Dude, why do you even come to this forum? Not enough strokes IRL? On Friday, January 30, 2015 at 7:22:48 PM UTC-8, TreKing wrote: > > On Fri, Jan 30, 2015 at 12:52 PM, C.R. > > wrote: > >> When I registered, I only got the "welcome, you have been approved" type >> messages. Do you think a

[android-developers] Re: Android Load library from path

2015-02-03 Thread Nobu Games
Did you copy that file manually? Have you checked the ownership? I assume that the file owner must be the same that is running the app process. On Tuesday, February 3, 2015 at 5:50:58 AM UTC-8, SKore wrote: > > Hi, > > I am checking on permissive and Enforcing mechanism of selinux(SE Linux) >

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2015-02-03 Thread Nobu Games
Yesterday I tried to set up a web project in IntelliJ IDEA 14 CE and Android Studio. It did not work because all the necessary plugins are reserved for the commercial version of IntelliJ IDEA. Which is fine with me. They are running a business after all. But I guess that may prove your point. It

[android-developers] GCM extras Bundle "from" value

2015-02-03 Thread Marten Gajda
Hi all, in my project I need to be able to update/change the sender ids of the GCM registration. In general, this seems to work. However, after changing the sender ID the received extras bundle doesn't contain a "from" value anymore. When I register for the first time, the push messages loo

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2015-02-03 Thread JackN
Perhap we think we know too much, and miss the obvious. On Monday, February 2, 2015 at 9:05:17 PM UTC-8, TreKing wrote: > > On Mon, Feb 2, 2015 at 9:16 AM, JackN > > wrote: > >> Uh, ANDROID studio doesn't sound very open to me. Sounds like ANDROID >> only... > > > Perhaps there is a

[android-developers] Android Load library from path

2015-02-03 Thread SKore
Hi, I am checking on permissive and Enforcing mechanism of selinux(SE Linux) in Android 5.0. I have placed .so file in /data/data/packageName/files/libtestcalc.so. when the device is in permissive mode, System.load("/data/data/packageName/files/libtestcalc.so"); - works fine and I am able

[android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2015-02-03 Thread kj
Android Studio is IntelliJ 14 Community Edition + enhancements for Android development. Note that these enhancements do make it back to the main IntelliJ product, just later compared to AS. Just google for the zillion IntelliJ vs. Eclipse posts out there to see the arguments. That said, as some