<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 20, 2013 at 3:19 PM, Alvin Beach <span dir="ltr"><<a href="mailto:alvinbeach@gmail.com" target="_blank">alvinbeach@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Just wondering if there are any plans or if any effort has been undertaken to support Android<br>
development from within KDevelop4? I am currently using KDevelop4 to build my app (SDL2 based) and<br>
so far it has been mostly painless. I am using a custom Makefile that contains several rules for<br>
building the app by calling ndk-build and ant. It also has rules for launching the emulator and the<br>
debugger (e.g. monitor), listing the attached devices and running instance of the emulator, signing<br>
and installing the APK to the device (or emulator), etc.<br>
<br>
What I see missing is mainly:<br>
<br>
1. Having __ANDROID__ defined so that KDevelop's code completion sees the appropriate functions,<br>
etc. from inside SDL2. I think I could just define it manually, however, wouldn't that cause<br>
confusion when I go to build? Is there a special #ifdef guard I could use that would be used by only<br>
KDevelop4 but not set when building?<br>
<br>
2. Code completion for Java. In particular, when coding inside the .java files. Code completion of<br>
the JNI works just fine.<br>
<br>
I have had some success by populating .kdev_include_paths inside of the jni/ directory.<br>
<br>
Therefore, I am not certain if I am requesting basic Java support or specific Android support. Has<br>
anyone else been or have used KDevelop4 for Android development? If so, how did you setup your<br>
environment?<br>
<br>
Cheers,<br>
<br>
Alvin<br>
_______________________________________________<br>
KDevelop mailing list<br>
<a href="mailto:KDevelop@kde.org" target="_blank">KDevelop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop</a><br>
</blockquote></div><br></div><div class="gmail_extra">Hi Alvin,</div><div class="gmail_extra">I'd definitely would like to see some further integration at some point, at least when it comes to running and debugging APK's. It's something I'd really like to see happening and even think it's that likely to happen.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">1. Not going to happen. That's a buildsystem issue, this macro should be provided by the Custom Makefile plugin if at all.</div><div class="gmail_extra">2. I'd love to see Java support, but nobody has put any effort into supporting java recently, so unless somebody steps forward it's going to stay the same.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Aleix</div>
</div>