Re: [android-developers] ndk, shared library's global variables persist

2012-04-24 Thread Justin Anderson
There is a google group for NDK development... you might have better luck on that forum. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 9:59 AM, Anatoliy Lysenko wrote: > Hi, > In my NDK project I have two global variables, int and

[android-developers] ndk, shared library's global variables persist

2012-04-22 Thread Anatoliy Lysenko
Hi, In my NDK project I have two global variables, int and pointer. When I install my app and run it for first time, all global variables are empty. When I exit app and start it again, in both variables stored values from previous run. When I start application, Activity::onCreate will call native