mirror of
https://github.com/ioacademy-jikim/multimedia
synced 2026-08-22 13:53:02 +00:00
멀티미디어 예제
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := myapp
|
||||
LOCAL_SRC_FILES := myapp.c
|
||||
include $(BUILD_EXECUTABLE)
|
||||
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello Android\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user