[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
I have established that if I extend a class from a module that does NOT contain NDK code, it works fine. I can extend an abstract class in my main module app, but only when I try to extend the module that contains c++ and Java code it does not. The module builds ok, but it doesn`t work as a dep

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
I have established that if I extend a class from a module that does NOT contain NDK code, it works fine. I can extend an abstract class in my main module app, but only when I try to extend the module that contains c++ and Java code it does not. The module builds ok, but it doesn`t work as a dep

[android-developers] Re: Android studio inherit class from external module

2016-01-10 Thread Adrian Ivasku
Please check it when you can. I would appreciate any advice because I stuck without any ideas how to solve this. I have this project in Eclipse and it works fine (development and deployment), but I need my project in Android Studio because I must use a library that is an AAR extension. Also I

[android-developers] Re: Android studio inherit class from external module

2016-01-10 Thread niks
Hi Adrian, I will look into your issue. But from what I read, really quickly, from your stakeoverflow post I saw that it works fine in eclipse. I can tell you this from my experience: I program in both eclipse and android studio but I prefer eclipse. The reason is that android studio caused me