> Will I have an ability to debug c++ code with this approach? Yes, you will. Actually, the new version of experimental plugin gives you even more power, so now it is almost always possible to migrate completely from `ndk-build`.
Happy coding, Alex On יום ג׳, 19 בינו׳ 2016 at 8:35 Lev Popovich <[email protected]> wrote: > Will I have an ability to debug c++ code with this approach? > > среда, 7 октября 2015 г., 2:43:55 UTC+6 пользователь Alex Cohn написал: >> >> This can be avoided by using hybrid Android.mk + grade plugin approach as >> demonstrated for *define LOCAL_SRC_FILES in ndk{} DSL >> <http://stackoverflow.com/a/32640823/192373>*. >> >> Enjoy, >> Alex >> >> On Monday, September 28, 2015 at 9:56:10 PM UTC+3, Lev Popovich wrote: >>> >>> There are a lot of examples with adding a whole source folder to paths >>> like a >>> cppFlags += "-I${file("src/main/jni/native_app_glue")}".toString() >>> in new experimental gradle plugin for AS 1.3+ >>> >>> Is there a way to add single source file to it? >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "adt-dev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/adt-dev/qFoFj0BZo4M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
