# 源码的编译及管理

- [服务器源码编译](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/yuan-ma-de-bian-yi-he-yuan-ma-jie-gou.md)
- [移动端源码介绍](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/yi-dong-duan-yuan-ma-jie-shao.md)
- [Android端编译打包处理](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/yi-dong-duan-yuan-ma-jie-shao/android-duan-bian-yi-da-bao-chu-li.md): O2平台Android客户端，最低支持Android版本4.4 Android KitKat，编程语言主要使用kotlin
- [IOS端打包处理](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/yi-dong-duan-yuan-ma-jie-shao/ios-duan-da-bao-chu-li.md): O2OA平台IOS客户端，最低支持IOS版本10.0，编程语言使用swift
- [平台程序调试方法](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi.md)
- [前端代码调试定位](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi/qian-duan-kai-fa.md): Chrome浏览器F12开发者工具简单使用
- [后端代码的远程调试](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi/hou-duan-kai-fa.md): O2OA无法直接在IDE内直接运行起来，无法直接进行断点调试。可以使用JVM的调试端口配合IDE进行远程调试。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
