- 浏览: 1442 次
- 性别:
- 来自: 重庆
最近访客 更多访客>>
文章分类
最新评论
-
kaivsj:
后来我找到问题了,我这边的问题是sdk没升级与adt版本不统一 ...
android这个问题是咋回事儿呀?? -
kaivsj:
哥也和你一样的啊,烦哦,
android这个问题是咋回事儿呀??
遇到了这样一个问题,当我通过eclipse来启动一个android工程,提示会写我有一个错误,但具体在代码哪里没有显示,只是在工程名字上面有一个红叉!但当我clean一下之后,红叉就又消失了,运行的时候又出来了!怎么回事?各位大侠指点一二!非常感谢!
下面是控制台输出的:
[2011-11-03 11:30:08 - firstDemo] ERROR: Unknown option '--no-crunch'
[2011-11-03 11:30:08 - firstDemo] Android Asset Packaging Tool
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Usage:
[2011-11-03 11:30:08 - firstDemo] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
[2011-11-03 11:30:08 - firstDemo] List contents of Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
[2011-11-03 11:30:08 - firstDemo] badging Print the label and icon for the app declared in APK.
[2011-11-03 11:30:08 - firstDemo] permissions Print the permissions from the APK.
[2011-11-03 11:30:08 - firstDemo] resources Print the resource table from the APK.
[2011-11-03 11:30:08 - firstDemo] configurations Print the configurations in the APK.
[2011-11-03 11:30:08 - firstDemo] xmltree Print the compiled xmls in the given assets.
[2011-11-03 11:30:08 - firstDemo] xmlstrings Print the strings of the given compiled xml assets.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
[2011-11-03 11:30:08 - firstDemo] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
[2011-11-03 11:30:08 - firstDemo] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
[2011-11-03 11:30:08 - firstDemo] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
[2011-11-03 11:30:08 - firstDemo] [--rename-manifest-package PACKAGE] \
[2011-11-03 11:30:08 - firstDemo] [--rename-instrumentation-target-package PACKAGE] \
[2011-11-03 11:30:08 - firstDemo] [--utf16] [--auto-add-overlay] \
[2011-11-03 11:30:08 - firstDemo] [--max-res-version VAL] \
[2011-11-03 11:30:08 - firstDemo] [-I base-package [-I base-package ...]] \
[2011-11-03 11:30:08 - firstDemo] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
[2011-11-03 11:30:08 - firstDemo] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
[2011-11-03 11:30:08 - firstDemo] [--product product1,product2,...] \
[2011-11-03 11:30:08 - firstDemo] [raw-files-dir [raw-files-dir] ...]
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Package the android resources. It will read assets and resources that are
[2011-11-03 11:30:08 - firstDemo] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
[2011-11-03 11:30:08 - firstDemo] options control which files are output.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-11-03 11:30:08 - firstDemo] Delete specified files from Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-11-03 11:30:08 - firstDemo] Add specified files to Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt v[ersion]
[2011-11-03 11:30:08 - firstDemo] Print program version.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Modifiers:
[2011-11-03 11:30:08 - firstDemo] -a print Android-specific data (resources, manifest) when listing
[2011-11-03 11:30:08 - firstDemo] -c specify which configurations to include. The default is all
[2011-11-03 11:30:08 - firstDemo] configurations. The value of the parameter should be a comma
[2011-11-03 11:30:08 - firstDemo] separated list of configuration values. Locales should be specified
[2011-11-03 11:30:08 - firstDemo] as either a language or language-region pair. Some examples:
[2011-11-03 11:30:08 - firstDemo] en
[2011-11-03 11:30:08 - firstDemo] port,en
[2011-11-03 11:30:08 - firstDemo] port,land,en_US
[2011-11-03 11:30:08 - firstDemo] If you put the special locale, zz_ZZ on the list, it will perform
[2011-11-03 11:30:08 - firstDemo] pseudolocalization on the default locale, modifying all of the
[2011-11-03 11:30:08 - firstDemo] strings so you can look for strings that missed the
[2011-11-03 11:30:08 - firstDemo] internationalization process. For example:
[2011-11-03 11:30:08 - firstDemo] port,land,zz_ZZ
[2011-11-03 11:30:08 - firstDemo] -d one or more device assets to include, separated by commas
[2011-11-03 11:30:08 - firstDemo] -f force overwrite of existing files
[2011-11-03 11:30:08 - firstDemo] -g specify a pixel tolerance to force images to grayscale, default 0
[2011-11-03 11:30:08 - firstDemo] -j specify a jar or zip file containing classes to include
[2011-11-03 11:30:08 - firstDemo] -k junk path of file(s) added
[2011-11-03 11:30:08 - firstDemo] -m make package directories under location specified by -J
[2011-11-03 11:30:08 - firstDemo] -u update existing packages (add new, replace older, remove deleted files)
[2011-11-03 11:30:08 - firstDemo] -v verbose output
[2011-11-03 11:30:08 - firstDemo] -x create extending (non-application) resource IDs
[2011-11-03 11:30:08 - firstDemo] -z require localization of resource attributes marked with
[2011-11-03 11:30:08 - firstDemo] localization="suggested"
[2011-11-03 11:30:08 - firstDemo] -A additional directory in which to find raw asset files
[2011-11-03 11:30:08 - firstDemo] -G A file to output proguard options into.
[2011-11-03 11:30:08 - firstDemo] -F specify the apk file to output
[2011-11-03 11:30:08 - firstDemo] -I add an existing package to base include set
[2011-11-03 11:30:08 - firstDemo] -J specify where to output R.java resource constant definitions
[2011-11-03 11:30:08 - firstDemo] -M specify full path to AndroidManifest.xml to include in zip
[2011-11-03 11:30:08 - firstDemo] -P specify where to output public resource definitions
[2011-11-03 11:30:08 - firstDemo] -S directory in which to find resources. Multiple directories will be scanned
[2011-11-03 11:30:08 - firstDemo] and the first match found (left to right) will take precedence.
[2011-11-03 11:30:08 - firstDemo] -0 specifies an additional extension for which such files will not
[2011-11-03 11:30:08 - firstDemo] be stored compressed in the .apk. An empty string means to not
[2011-11-03 11:30:08 - firstDemo] compress any files at all.
[2011-11-03 11:30:08 - firstDemo] --debug-mode
[2011-11-03 11:30:08 - firstDemo] inserts android:debuggable="true" in to the application node of the
[2011-11-03 11:30:08 - firstDemo] manifest, making the application debuggable even on production devices.
[2011-11-03 11:30:08 - firstDemo] --min-sdk-version
[2011-11-03 11:30:08 - firstDemo] inserts android:minSdkVersion in to manifest. If the version is 7 or
[2011-11-03 11:30:08 - firstDemo] higher, the default encoding for resources will be in UTF-8.
[2011-11-03 11:30:08 - firstDemo] --target-sdk-version
[2011-11-03 11:30:08 - firstDemo] inserts android:targetSdkVersion in to manifest.
[2011-11-03 11:30:08 - firstDemo] --max-res-version
[2011-11-03 11:30:08 - firstDemo] ignores versioned resource directories above the given value.
[2011-11-03 11:30:08 - firstDemo] --values
[2011-11-03 11:30:08 - firstDemo] when used with "dump resources" also includes resource values.
[2011-11-03 11:30:08 - firstDemo] --version-code
[2011-11-03 11:30:08 - firstDemo] inserts android:versionCode in to manifest.
[2011-11-03 11:30:08 - firstDemo] --version-name
[2011-11-03 11:30:08 - firstDemo] inserts android:versionName in to manifest.
[2011-11-03 11:30:08 - firstDemo] --custom-package
[2011-11-03 11:30:08 - firstDemo] generates R.java into a different package.
[2011-11-03 11:30:08 - firstDemo] --auto-add-overlay
[2011-11-03 11:30:08 - firstDemo] Automatically add resources that are only in overlays.
[2011-11-03 11:30:08 - firstDemo] --rename-manifest-package
[2011-11-03 11:30:08 - firstDemo] Rewrite the manifest so that its package name is the package name
[2011-11-03 11:30:08 - firstDemo] given here. Relative class names (for example .Foo) will be
[2011-11-03 11:30:08 - firstDemo] changed to absolute names with the old package so that the code
[2011-11-03 11:30:08 - firstDemo] does not need to change.
[2011-11-03 11:30:08 - firstDemo] --rename-instrumentation-target-package
[2011-11-03 11:30:08 - firstDemo] Rewrite the manifest so that all of its instrumentation
[2011-11-03 11:30:08 - firstDemo] components target the given package. Useful when used in
[2011-11-03 11:30:08 - firstDemo] conjunction with --rename-manifest-package to fix tests against
[2011-11-03 11:30:08 - firstDemo] a package that has been renamed.
[2011-11-03 11:30:08 - firstDemo] --product
[2011-11-03 11:30:08 - firstDemo] Specifies which variant to choose for strings that have
[2011-11-03 11:30:08 - firstDemo] product variants
[2011-11-03 11:30:08 - firstDemo] --utf16
[2011-11-03 11:30:08 - firstDemo] changes default encoding for resources to UTF-16. Only useful when API
[2011-11-03 11:30:08 - firstDemo] level is set to 7 or higher where the default encoding is UTF-8.
下面是控制台输出的:
[2011-11-03 11:30:08 - firstDemo] ERROR: Unknown option '--no-crunch'
[2011-11-03 11:30:08 - firstDemo] Android Asset Packaging Tool
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Usage:
[2011-11-03 11:30:08 - firstDemo] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
[2011-11-03 11:30:08 - firstDemo] List contents of Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
[2011-11-03 11:30:08 - firstDemo] badging Print the label and icon for the app declared in APK.
[2011-11-03 11:30:08 - firstDemo] permissions Print the permissions from the APK.
[2011-11-03 11:30:08 - firstDemo] resources Print the resource table from the APK.
[2011-11-03 11:30:08 - firstDemo] configurations Print the configurations in the APK.
[2011-11-03 11:30:08 - firstDemo] xmltree Print the compiled xmls in the given assets.
[2011-11-03 11:30:08 - firstDemo] xmlstrings Print the strings of the given compiled xml assets.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
[2011-11-03 11:30:08 - firstDemo] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
[2011-11-03 11:30:08 - firstDemo] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
[2011-11-03 11:30:08 - firstDemo] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
[2011-11-03 11:30:08 - firstDemo] [--rename-manifest-package PACKAGE] \
[2011-11-03 11:30:08 - firstDemo] [--rename-instrumentation-target-package PACKAGE] \
[2011-11-03 11:30:08 - firstDemo] [--utf16] [--auto-add-overlay] \
[2011-11-03 11:30:08 - firstDemo] [--max-res-version VAL] \
[2011-11-03 11:30:08 - firstDemo] [-I base-package [-I base-package ...]] \
[2011-11-03 11:30:08 - firstDemo] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
[2011-11-03 11:30:08 - firstDemo] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
[2011-11-03 11:30:08 - firstDemo] [--product product1,product2,...] \
[2011-11-03 11:30:08 - firstDemo] [raw-files-dir [raw-files-dir] ...]
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Package the android resources. It will read assets and resources that are
[2011-11-03 11:30:08 - firstDemo] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
[2011-11-03 11:30:08 - firstDemo] options control which files are output.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-11-03 11:30:08 - firstDemo] Delete specified files from Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
[2011-11-03 11:30:08 - firstDemo] Add specified files to Zip-compatible archive.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] aapt v[ersion]
[2011-11-03 11:30:08 - firstDemo] Print program version.
[2011-11-03 11:30:08 - firstDemo]
[2011-11-03 11:30:08 - firstDemo] Modifiers:
[2011-11-03 11:30:08 - firstDemo] -a print Android-specific data (resources, manifest) when listing
[2011-11-03 11:30:08 - firstDemo] -c specify which configurations to include. The default is all
[2011-11-03 11:30:08 - firstDemo] configurations. The value of the parameter should be a comma
[2011-11-03 11:30:08 - firstDemo] separated list of configuration values. Locales should be specified
[2011-11-03 11:30:08 - firstDemo] as either a language or language-region pair. Some examples:
[2011-11-03 11:30:08 - firstDemo] en
[2011-11-03 11:30:08 - firstDemo] port,en
[2011-11-03 11:30:08 - firstDemo] port,land,en_US
[2011-11-03 11:30:08 - firstDemo] If you put the special locale, zz_ZZ on the list, it will perform
[2011-11-03 11:30:08 - firstDemo] pseudolocalization on the default locale, modifying all of the
[2011-11-03 11:30:08 - firstDemo] strings so you can look for strings that missed the
[2011-11-03 11:30:08 - firstDemo] internationalization process. For example:
[2011-11-03 11:30:08 - firstDemo] port,land,zz_ZZ
[2011-11-03 11:30:08 - firstDemo] -d one or more device assets to include, separated by commas
[2011-11-03 11:30:08 - firstDemo] -f force overwrite of existing files
[2011-11-03 11:30:08 - firstDemo] -g specify a pixel tolerance to force images to grayscale, default 0
[2011-11-03 11:30:08 - firstDemo] -j specify a jar or zip file containing classes to include
[2011-11-03 11:30:08 - firstDemo] -k junk path of file(s) added
[2011-11-03 11:30:08 - firstDemo] -m make package directories under location specified by -J
[2011-11-03 11:30:08 - firstDemo] -u update existing packages (add new, replace older, remove deleted files)
[2011-11-03 11:30:08 - firstDemo] -v verbose output
[2011-11-03 11:30:08 - firstDemo] -x create extending (non-application) resource IDs
[2011-11-03 11:30:08 - firstDemo] -z require localization of resource attributes marked with
[2011-11-03 11:30:08 - firstDemo] localization="suggested"
[2011-11-03 11:30:08 - firstDemo] -A additional directory in which to find raw asset files
[2011-11-03 11:30:08 - firstDemo] -G A file to output proguard options into.
[2011-11-03 11:30:08 - firstDemo] -F specify the apk file to output
[2011-11-03 11:30:08 - firstDemo] -I add an existing package to base include set
[2011-11-03 11:30:08 - firstDemo] -J specify where to output R.java resource constant definitions
[2011-11-03 11:30:08 - firstDemo] -M specify full path to AndroidManifest.xml to include in zip
[2011-11-03 11:30:08 - firstDemo] -P specify where to output public resource definitions
[2011-11-03 11:30:08 - firstDemo] -S directory in which to find resources. Multiple directories will be scanned
[2011-11-03 11:30:08 - firstDemo] and the first match found (left to right) will take precedence.
[2011-11-03 11:30:08 - firstDemo] -0 specifies an additional extension for which such files will not
[2011-11-03 11:30:08 - firstDemo] be stored compressed in the .apk. An empty string means to not
[2011-11-03 11:30:08 - firstDemo] compress any files at all.
[2011-11-03 11:30:08 - firstDemo] --debug-mode
[2011-11-03 11:30:08 - firstDemo] inserts android:debuggable="true" in to the application node of the
[2011-11-03 11:30:08 - firstDemo] manifest, making the application debuggable even on production devices.
[2011-11-03 11:30:08 - firstDemo] --min-sdk-version
[2011-11-03 11:30:08 - firstDemo] inserts android:minSdkVersion in to manifest. If the version is 7 or
[2011-11-03 11:30:08 - firstDemo] higher, the default encoding for resources will be in UTF-8.
[2011-11-03 11:30:08 - firstDemo] --target-sdk-version
[2011-11-03 11:30:08 - firstDemo] inserts android:targetSdkVersion in to manifest.
[2011-11-03 11:30:08 - firstDemo] --max-res-version
[2011-11-03 11:30:08 - firstDemo] ignores versioned resource directories above the given value.
[2011-11-03 11:30:08 - firstDemo] --values
[2011-11-03 11:30:08 - firstDemo] when used with "dump resources" also includes resource values.
[2011-11-03 11:30:08 - firstDemo] --version-code
[2011-11-03 11:30:08 - firstDemo] inserts android:versionCode in to manifest.
[2011-11-03 11:30:08 - firstDemo] --version-name
[2011-11-03 11:30:08 - firstDemo] inserts android:versionName in to manifest.
[2011-11-03 11:30:08 - firstDemo] --custom-package
[2011-11-03 11:30:08 - firstDemo] generates R.java into a different package.
[2011-11-03 11:30:08 - firstDemo] --auto-add-overlay
[2011-11-03 11:30:08 - firstDemo] Automatically add resources that are only in overlays.
[2011-11-03 11:30:08 - firstDemo] --rename-manifest-package
[2011-11-03 11:30:08 - firstDemo] Rewrite the manifest so that its package name is the package name
[2011-11-03 11:30:08 - firstDemo] given here. Relative class names (for example .Foo) will be
[2011-11-03 11:30:08 - firstDemo] changed to absolute names with the old package so that the code
[2011-11-03 11:30:08 - firstDemo] does not need to change.
[2011-11-03 11:30:08 - firstDemo] --rename-instrumentation-target-package
[2011-11-03 11:30:08 - firstDemo] Rewrite the manifest so that all of its instrumentation
[2011-11-03 11:30:08 - firstDemo] components target the given package. Useful when used in
[2011-11-03 11:30:08 - firstDemo] conjunction with --rename-manifest-package to fix tests against
[2011-11-03 11:30:08 - firstDemo] a package that has been renamed.
[2011-11-03 11:30:08 - firstDemo] --product
[2011-11-03 11:30:08 - firstDemo] Specifies which variant to choose for strings that have
[2011-11-03 11:30:08 - firstDemo] product variants
[2011-11-03 11:30:08 - firstDemo] --utf16
[2011-11-03 11:30:08 - firstDemo] changes default encoding for resources to UTF-16. Only useful when API
[2011-11-03 11:30:08 - firstDemo] level is set to 7 or higher where the default encoding is UTF-8.
评论
2 楼
kaivsj
2012-02-15
后来我找到问题了,我这边的问题是sdk没升级与adt版本不统一造成的,我升级sdk后就可以运行了,希望对你有帮助
1 楼
kaivsj
2012-02-14
哥也和你一样的啊,烦哦,
相关推荐
这篇博文“Android中JNI编程的那些事儿”可能涵盖了JNI的基础知识、使用技巧以及常见问题。 1. JNI基础知识: - JNI接口定义:JNI提供了一系列的函数接口,使得Java和本地代码可以互相调用。 - JNIEnv指针:...
总的来说,"Android默认头像那些事儿配套资源"提供的DefaultAvatarDemo项目,可能包含了上述部分或全部知识点的实现,通过学习和研究这个示例,开发者可以更好地掌握如何在Android应用中创建和管理默认头像,提升...
Android那些事儿1 最全面的Android档案 成长中的Android
- **2007年11月5日**: Google正式对外宣布基于Linux平台的开源手机操作系统Android,宣称这是专门为移动终端设计的第一个真正开放且完整的移动软件。 - **2008年9月22日**: 第一款Android手机T-Mobile G1问世,标志着...
android.intent.action.PACKAGE_REMOVED和android.intent.action.PACKAGE_ADDED 可以监听别的应用被安装卸载,但不能监听自己被卸载啊。 监听自己被卸载通过前辈们探索发现,只能通过监听系统卸载log如:act=...
《Android那些不得不说的事儿》这本书深入浅出地探讨了Android平台开发的各种关键知识点和技术细节,对于想要深入了解Android开发的读者来说是一本不可多得的参考资料。以下是对书中的部分核心内容进行的详细解读: ...
- **集成遗留代码**:如果你有一个用C/C++编写的现有库或模块,JNI可以帮助你在Android应用中复用这部分代码。 - **高性能计算**:对于需要高效能运算的任务,例如图像处理或物理模拟,C/C++代码通常比Java更快,...
从给定的文件信息中,我们可以提炼出关于Android手机交互特性的多个重要知识点,这些知识点不仅涉及了Android手机用户群体的特征,还深入探讨了Android交互设计的原则与具体实践。 ### 安卓用户群体特征 根据...
在Android开发中,Fragment和ViewPager是两个非常重要的组件,它们常被用于构建复杂的用户界面,尤其是对于多屏展示和动态内容切换。本文将深入探讨这两个组件的结合使用,以及如何实现类似微信的界面切换效果。 ...
AndroidPad和Phone一样都存在多尺寸问题。对于Pad,更揪心的是屏幕比例和尺寸的多样性,这些因素直接影响着UI的表现方式。比较困惑的是我们的如何设计一个兼顾各种屏幕尺寸,分辨率,比例和方向的AndroidPad应用。...
buttons 在 Android 中是一个非常常见的控件,但是如果不加以美化,按钮的外观会显得很丑。其实,美化按钮并不是什么难事儿,简单地说,shape 就是用来自己画图用的。 shape 中有很多属性可以用来美化按钮,例如 ...
"Java编程那些事儿"无疑是对这个强大语言的深入探讨,旨在帮助开发人员提升技能,拓宽视野。这份资料可能是由一系列章节或主题组成的文档,比如基础语法、面向对象编程、异常处理、集合框架、多线程、IO流、网络编程...
Android 文字颜色 背景 触摸点击 反馈色 之selector的那些事儿 博客资源, 博客地址:http://blog.csdn.net/zxt0601/article/details/50908839
本文主要讲解 Koin (2.0.1) 在AndroidX中的使用,所以直接添加 koin-android 依赖 首先添加 Koin Android 基本依赖 // Koin for Android implementation org.koin:koin-android:$koin_version 如果需要使用到 ...
在Android开发中,SDK(Software Development Kit)是一个重要的组成部分,它包含了开发应用所需的各种库、工具和文档。本文主要探讨如何使用Android Studio进行SDK的封装,以及如何在不同环境中进行接入。 首先,...
"linux那些事儿.rar"这个压缩包文件显然包含了关于Linux系统、特别是与Linux驱动程序和USB相关的深入知识。 首先,让我们谈谈Linux。Linux是一种自由开源的操作系统内核,由林纳斯·托瓦兹在1991年创立。它的开放源...