Hi, I would like to have an option to add existing files to Android Studio's project structure just like Xcode and Visual Studio do. The files may not participate in the building process, but if we can add them, we can view their content and edit if needed. This will extremely useful in the cases that we don't use builit-in "externalNativeBuild" command to build our C++ library, but build it outside using shell script for example. However, unless "externalNativeBuild" is used, there is no way to edit the C++ code and debug them inside Android Studio.
-- 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.
