MD 문서 정리

This commit is contained in:
techAdmin 2023-09-19 10:15:57 +09:00
parent d3f94e961e
commit b747de1741
8 changed files with 9 additions and 9 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
Nexacro17/.DS_Store vendored

Binary file not shown.

BIN
NexacroN/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,8 +13,8 @@ public class MainActivity extends NexacroUpdatorActivity {
public MainActivity() {
super();
setProjectURL("http://your project url");
setBootstrapURL("http://your bootstrap url/start_android.json");
setProjectURL("http://smart.tobesoft.co.kr/techService/NexacroN/13_sinwon/start_android.json");
setBootstrapURL("http://smart.tobesoft.co.kr/techService/NexacroN/13_sinwon/");
// Default startupClass is NexacroActivity.class for NexacroView
// setStartupClass(UserCustomActivity.class);
@ -28,8 +28,8 @@ public class MainActivity extends NexacroUpdatorActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
// updatetype : server 인 경우에만 아래 주석제거, 기본값은 false 임(update / local )
//NexacroResourceManager.createInstance(this);
//NexacroResourceManager.getInstance().setDirect(true);
//NexacroResourceManager.createInstance(this);
Intent intent = getIntent();
if(intent != null) {

View File

@ -4,12 +4,12 @@
- 버전표시 및 초기 환경세팅 메뉴얼
| 넥사크로 | Android | iOS | 환경세팅 방법 |
|:---:|:---:|:---:| :---: |
| NexacroN_V24| 프로토타입 | 프로토타입 | 미정 |
| NexacroN | 21.0.0.1500 | 21.0.0.1500 | [링크](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko) |
| Nexacro17 | 17.1.3.1600 | 17.1.3.1600 | [링크](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko) |
| Nexacro14 | 14.0.1.4202 | 14.0.1.4202 | [링크](http://docs.tobesoft.com/admin_guide_nexacro_14_ko) |
| 넥사크로 | 버전 | 프로젝트 환경세팅 메뉴얼 | 다운로드 링크 |
|:---:|:---:|:---:| :---:|
| NexacroN_V24| 프로토타입 | 미정 | 미정 |
| NexacroN | 21.0.0.1500 | [iOS](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko/5399b11819414d63) [Android](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko/025b427551db0227) |
| Nexacro17 | 17.1.3.1600 | [iOS](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko/ec2dd89ca40d4062) [Android](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko/2b1883770c2825aa) |
| Nexacro14 | 14.0.1.4202 | [iOS](http://docs.tobesoft.com/admin_guide_nexacro_14_ko/8663baa5befb4c45) [Android](http://docs.tobesoft.com/admin_guide_nexacro_14_ko/c337de75a92555ad) |
- Nexacro14, Nexacro17, NexacroN, NexacroN_V24 전용 iOS & Android NRE 프로젝트 입니다.