{"id":219049,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00219049","sets":["1164:1384:10896:10984"]},"path":["10984"],"owner":"44499","recid":"219049","title":["オープンソースAndroidアプリケーションのビルド可能性に関する調査"],"pubdate":{"attribute_name":"公開日","attribute_value":"2022-07-21"},"_buckets":{"deposit":"2ebec965-cf0c-4b3a-8570-114a30b01ac2"},"_deposit":{"id":"219049","pid":{"type":"depid","value":"219049","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"オープンソースAndroidアプリケーションのビルド可能性に関する調査","author_link":["570914","570917","570912","570913","570911","570916","570915","570910"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"オープンソースAndroidアプリケーションのビルド可能性に関する調査"},{"subitem_title":"Investigation of Open Source Android Application Buildability","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"2022-07-21","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"大阪大学大学院情報科学研究科"},{"subitem_text_value":"福知山公立大学情報学部情報学科"},{"subitem_text_value":"大阪大学大学院情報科学研究科"},{"subitem_text_value":"南山大学理工学部ソフトウェア工学科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Informatics, The University of Fukuchiyama","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"},{"subitem_text_value":" Department of Software Engineering, Faculty of Science and Technology, Nanzan University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/219049/files/IPSJ-SE22211023.pdf","label":"IPSJ-SE22211023.pdf"},"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SE22211023.pdf","filesize":[{"value":"1.1 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_login","version_id":"1c9a976c-7e3d-45ba-9e51-831bff7db65c","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2022 by the Institute of Electronics, Information and Communication Engineers This SIG report is only available to those in membership of the SIG."}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"小池, 耀"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"員鍋, 雄貴"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松下, 誠"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"井上, 克郎"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Yo, Koike","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yuki, Manabe","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Makoto, Matsushima","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Katsuro, Inoue","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10112981","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8825","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"オープンソースソフトウェアをビルドする際,失敗し,修正を必要とされることがよくある.先行研究では,半数以上の Java オープンソースソフトウェアで自動的なビルドに失敗し,手動で修正を加えなければビルドが成功しない状況にあるとされている [1].しかし,これらの研究は純粋な Java プロジェクトに焦点を当てており,Android アプリケーションのような他のエコシステムが関与しているアプリケーションのビルドに関する調査は行われていない.本論文では,一般的な環境を模した仮想環境で,オープンソースの Android アプリケーションの自動的なビルドが成功するか否かを調査した.そして,得られたログを分析し,Java プロジェクトの比較を通して Android アプリケーションのビルドの特徴について分析した.その結果,Android アプリケーションのビルドはリポジトリ作成日や最終更新日に影響を受けることが分かった.また, Gradle のバージョンが重要であることが分かった.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Building of Open source software often fail and require modifications. Prior studies have shown that more than half of Java open source software fails to build automatically and requires manual modifications to build successfully. However, these studies focused on pure Java projects and did not investigate the builds of projects involving other ecosystems such as Android applications. In this paper, we attempt to automatically build an open source Android application in a virtual environment that mimics a typical environment. We analyze the obtained logs and investigate the characteristics of building Android Apps through a comparison of Java projects. As a result, we found that Android app builds are affected by the repository creation date and the last update date. We also found that the Gradle version is important.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告ソフトウェア工学(SE)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2022-07-21","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"23","bibliographicVolumeNumber":"2022-SE-211"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"updated":"2025-01-19T14:56:36.621658+00:00","created":"2025-01-19T01:19:22.990116+00:00","links":{}}