Updated Working for Android (markdown)

master
Seth Archambault 7 년 전
부모
커밋
239e49c83c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      Working-for-Android.md

+ 3
- 0
Working-for-Android.md

@ -115,6 +115,8 @@ This is simple as in we're just using shell commands, no cmake, no builders of a
AndroidManifest.xml
> Note: "package" is the unique name of your project, this will overwrite apps with the same name
<?xml version='1.0' encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package='com.seth.project' android:versionCode='0'
android:versionName='0' >
@ -124,6 +126,7 @@ AndroidManifest.xml
android:configChanges="orientation|keyboardHidden|screenSize"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true">
<meta-data android:name="android.app.lib_name" android:value="project"/>
<intent-filter>
<category android:name='android.intent.category.LAUNCHER'/>
<action android:name='android.intent.action.MAIN'/>

불러오는 중...
취소
저장