Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はアンドロイドのソースコードを持っています。どのバージョンに属しているかを調べるにはどうすればよいですか? Androidソースコードのバージョンを決定するために私ができるファイルまたはビルドチェックはありますか?
例 Manifest.xml :
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.anon.apptest" android:versionCode="1" android:versionName="1.0" >
マニフェスト ファイルを調べます。バージョンとバージョンコードがあります。