Open adelta opened 9 years ago
Have you installed Qt? qmake should be in the path in tools/autobuild/detect_qmake.sh.
Please check raw build logs to see actual error.
hi,Thank you for help me,but this error Remains i install qt 5.5.0 in c/qt
Is Android NDK also installed and set up correctly, according to documentation?
yes,Installed correctly! i opened android studio and select import project from ecilips and adt,and import omim-master/android in android studio and recived error for appstore key,after i solve this error,one new error show for me Error:Execution failed for task ':cppLibsBuildRelease'.
A problem occurred starting process 'command 'bash'' after installed qt this error not solve.please help me,tanks
Have you run ./configure.sh script from the repository root? Do you have private.h
file in the repository root? If no, you can create it manually (as .sh scripts will not run on windows if you don’t have mingw or cygwin environment) with the following content:
#pragma once
#define ALOHALYTICS_URL ""
#define FLURRY_KEY ""
#define MY_TRACKER_KEY ""
#define PARSE_APPLICATION_ID ""
#define PARSE_CLIENT_KEY ""
#define MWM_GEOLOCATION_SERVER ""
#define OSRM_ONLINE_SERVER_URL ""
#define RESOURCES_METASERVER_URL ""
#define METASERVER_URL ""
#define DEFAULT_URLS_JSON ""
If it does not help, please share raw build logs. The error message you already shared is not enough, need to see the exact command which fails.
create private.h in omim folder and import project but show this error Error:(19, 0) Could not read script 'C:\Users\beroz\Desktop\omim-master\android\secure.properties' as it does not exist.
i install cygwin for win,it is can help me?
So, you didn’t run ./configure.sh (or do what it does manually), and that was the reason of non-working compilation. We don’t have an official cmd file for Windows equal to what ./configure.sh does, probably need to add it too.
Now you can try workaround by manually creating file secure.properties in android folder with content
ext {
spropStoreFile = "../tools/android/debug.keystore"
spropStorePassword = "12345678"
spropKeyAlias = "debug"
spropKeyPassword = "12345678"
spropYotaStoreFile = "../tools/android/debug.keystore"
spropYotaStorePassword = "12345678"
spropYotaKeyAlias = "debug"
spropYotaKeyPassword = "12345678"
}
this in my full log error Information:Gradle tasks [:assembleAmazonBeta] :preBuild UP-TO-DATE :preAmazonBetaBuild UP-TO-DATE :checkAmazonBetaManifest :preAmazonDebugBuild UP-TO-DATE :preAmazonReleaseBuild UP-TO-DATE :preAppChinaBetaBuild UP-TO-DATE :preAppChinaDebugBuild UP-TO-DATE :preAppChinaReleaseBuild UP-TO-DATE :preBaiduBetaBuild UP-TO-DATE :preBaiduDebugBuild UP-TO-DATE :preBaiduReleaseBuild UP-TO-DATE :preBlackberryBetaBuild UP-TO-DATE :preBlackberryDebugBuild UP-TO-DATE :preBlackberryReleaseBuild UP-TO-DATE :preCipherlabBetaBuild UP-TO-DATE :preCipherlabDebugBuild UP-TO-DATE :preCipherlabReleaseBuild UP-TO-DATE :preGoogleBetaBuild UP-TO-DATE :preGoogleDebugBuild UP-TO-DATE :preGoogleReleaseBuild UP-TO-DATE :preLenovoBetaBuild UP-TO-DATE :preLenovoDebugBuild UP-TO-DATE :preLenovoReleaseBuild UP-TO-DATE :preMoboMarketBetaBuild UP-TO-DATE :preMoboMarketDebugBuild UP-TO-DATE :preMoboMarketReleaseBuild UP-TO-DATE :preMobogenieBetaBuild UP-TO-DATE :preMobogenieDebugBuild UP-TO-DATE :preMobogenieReleaseBuild UP-TO-DATE :preNineAppBetaBuild UP-TO-DATE :preNineAppDebugBuild UP-TO-DATE :preNineAppReleaseBuild UP-TO-DATE :prePreinstallBetaBuild UP-TO-DATE :prePreinstallDebugBuild UP-TO-DATE :prePreinstallReleaseBuild UP-TO-DATE :preSamsungBetaBuild UP-TO-DATE :preSamsungDebugBuild UP-TO-DATE :preSamsungReleaseBuild UP-TO-DATE :preTencentBetaBuild UP-TO-DATE :preTencentDebugBuild UP-TO-DATE :preTencentReleaseBuild UP-TO-DATE :preWebBetaBuild UP-TO-DATE :preWebDebugBuild UP-TO-DATE :preWebReleaseBuild UP-TO-DATE :preXiaomiBetaBuild UP-TO-DATE :preXiaomiDebugBuild UP-TO-DATE :preXiaomiReleaseBuild UP-TO-DATE :preYandexBetaBuild UP-TO-DATE :preYandexDebugBuild UP-TO-DATE :preYandexReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:compileLint :3rd_party:BottomSheet:copyReleaseLint UP-TO-DATE :3rd_party:BottomSheet:preBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:checkReleaseManifest :3rd_party:BottomSheet:preDebugAndroidTestBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:prepareComAndroidSupportSupportV42220Library UP-TO-DATE :3rd_party:BottomSheet:prepareReleaseDependencies :3rd_party:BottomSheet:compileReleaseAidl UP-TO-DATE :3rd_party:BottomSheet:compileReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:generateReleaseBuildConfig UP-TO-DATE :3rd_party:BottomSheet:generateReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResValues UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResources UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseResources UP-TO-DATE :3rd_party:BottomSheet:processReleaseManifest UP-TO-DATE :3rd_party:BottomSheet:processReleaseResources UP-TO-DATE :3rd_party:BottomSheet:generateReleaseSources UP-TO-DATE :3rd_party:BottomSheet:processReleaseJavaRes UP-TO-DATE :3rd_party:BottomSheet:compileReleaseJavaWithJavac UP-TO-DATE :3rd_party:BottomSheet:extractReleaseAnnotations UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseProguardFiles UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJar UP-TO-DATE :3rd_party:BottomSheet:compileReleaseNdk UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJniLibs UP-TO-DATE :3rd_party:BottomSheet:packageReleaseLocalJar UP-TO-DATE :3rd_party:BottomSheet:packageReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:packageReleaseResources UP-TO-DATE :3rd_party:BottomSheet:bundleRelease UP-TO-DATE :prepareAndroid3rd_partyBottomSheetUnspecifiedLibrary UP-TO-DATE :prepareComAndroidSupportAppcompatV72221Library UP-TO-DATE :prepareComAndroidSupportDesign2221Library UP-TO-DATE :prepareComAndroidSupportRecyclerviewV72221Library UP-TO-DATE :prepareComAndroidSupportSupportV42221Library UP-TO-DATE :prepareComFacebookAndroidFacebookAndroidSdk460Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesAnalytics780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesBase780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesLocation780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesMaps780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesPlus780Library UP-TO-DATE :prepareOrgSolovyevAndroidViewsLinearLayoutManager05Library UP-TO-DATE :prepareAmazonBetaDependencies :compileAmazonBetaAidl UP-TO-DATE :compileAmazonBetaRenderscript UP-TO-DATE :generateAmazonBetaBuildConfig UP-TO-DATE :generateAmazonBetaAssets UP-TO-DATE :mergeAmazonBetaAssets UP-TO-DATE :generateAmazonBetaResValues UP-TO-DATE :generateAmazonBetaResources UP-TO-DATE :mergeAmazonBetaResources :processAmazonArmeabi-v7aBetaManifest UP-TO-DATE :processAmazonArmeabi-v7aBetaResources :processAmazonUniversalBetaManifest :processAmazonUniversalBetaResources :processAmazonX86BetaManifest :processAmazonX86BetaResources :generateAmazonBetaSources :cppLibsBuildRelease FAILED Error:Execution failed for task ':cppLibsBuildRelease'.
A problem occurred starting process 'command 'bash'' Information:BUILD FAILED Information:Total time: 54.559 secs Information:1 error Information:0 warnings Information:See complete output in console
please help me,im sorry im runing configare.sh and build auto private.h and secure.properties
this error show when runing project
Your error log is not a complete one. It says at the end: Information:See complete output in console
ok,this is console error Executing tasks: [:generateAmazonBetaSources, :3rd_party:BottomSheet:generateDebugSources, :3rd_party:BottomSheet:generateDebugAndroidTestSources]
Configuration on demand is an incubating feature. :preBuild UP-TO-DATE :preAmazonBetaBuild UP-TO-DATE :checkAmazonBetaManifest :preAmazonDebugBuild UP-TO-DATE :preAmazonReleaseBuild UP-TO-DATE :preAppChinaBetaBuild UP-TO-DATE :preAppChinaDebugBuild UP-TO-DATE :preAppChinaReleaseBuild UP-TO-DATE :preBaiduBetaBuild UP-TO-DATE :preBaiduDebugBuild UP-TO-DATE :preBaiduReleaseBuild UP-TO-DATE :preBlackberryBetaBuild UP-TO-DATE :preBlackberryDebugBuild UP-TO-DATE :preBlackberryReleaseBuild UP-TO-DATE :preCipherlabBetaBuild UP-TO-DATE :preCipherlabDebugBuild UP-TO-DATE :preCipherlabReleaseBuild UP-TO-DATE :preGoogleBetaBuild UP-TO-DATE :preGoogleDebugBuild UP-TO-DATE :preGoogleReleaseBuild UP-TO-DATE :preLenovoBetaBuild UP-TO-DATE :preLenovoDebugBuild UP-TO-DATE :preLenovoReleaseBuild UP-TO-DATE :preMoboMarketBetaBuild UP-TO-DATE :preMoboMarketDebugBuild UP-TO-DATE :preMoboMarketReleaseBuild UP-TO-DATE :preMobogenieBetaBuild UP-TO-DATE :preMobogenieDebugBuild UP-TO-DATE :preMobogenieReleaseBuild UP-TO-DATE :preNineAppBetaBuild UP-TO-DATE :preNineAppDebugBuild UP-TO-DATE :preNineAppReleaseBuild UP-TO-DATE :prePreinstallBetaBuild UP-TO-DATE :prePreinstallDebugBuild UP-TO-DATE :prePreinstallReleaseBuild UP-TO-DATE :preSamsungBetaBuild UP-TO-DATE :preSamsungDebugBuild UP-TO-DATE :preSamsungReleaseBuild UP-TO-DATE :preTencentBetaBuild UP-TO-DATE :preTencentDebugBuild UP-TO-DATE :preTencentReleaseBuild UP-TO-DATE :preWebBetaBuild UP-TO-DATE :preWebDebugBuild UP-TO-DATE :preWebReleaseBuild UP-TO-DATE :preXiaomiBetaBuild UP-TO-DATE :preXiaomiDebugBuild UP-TO-DATE :preXiaomiReleaseBuild UP-TO-DATE :preYandexBetaBuild UP-TO-DATE :preYandexDebugBuild UP-TO-DATE :preYandexReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:compileLint :3rd_party:BottomSheet:copyReleaseLint UP-TO-DATE :3rd_party:BottomSheet:preBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:checkReleaseManifest :3rd_party:BottomSheet:preDebugAndroidTestBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:prepareComAndroidSupportSupportV42220Library :3rd_party:BottomSheet:prepareReleaseDependencies :3rd_party:BottomSheet:compileReleaseAidl :3rd_party:BottomSheet:compileReleaseRenderscript :3rd_party:BottomSheet:generateReleaseBuildConfig :3rd_party:BottomSheet:generateReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseAssets :3rd_party:BottomSheet:generateReleaseResValues :3rd_party:BottomSheet:generateReleaseResources :3rd_party:BottomSheet:mergeReleaseResources :3rd_party:BottomSheet:processReleaseManifest :3rd_party:BottomSheet:processReleaseResources :3rd_party:BottomSheet:generateReleaseSources :3rd_party:BottomSheet:processReleaseJavaRes UP-TO-DATE :3rd_party:BottomSheet:compileReleaseJavaWithJavac Note: C:\Users\beroz\Desktop\omim-master\android\3rd_party\BottomSheet\src\main\java\com\cocosw\bottomsheet\BottomSheet.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.
:3rd_party:BottomSheet:extractReleaseAnnotations :3rd_party:BottomSheet:mergeReleaseProguardFiles :3rd_party:BottomSheet:packageReleaseJar :3rd_party:BottomSheet:compileReleaseNdk UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJniLibs UP-TO-DATE :3rd_party:BottomSheet:packageReleaseLocalJar UP-TO-DATE :3rd_party:BottomSheet:packageReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:packageReleaseResources :3rd_party:BottomSheet:bundleRelease :prepareAndroid3rd_partyBottomSheetUnspecifiedLibrary :prepareComAndroidSupportAppcompatV72221Library :prepareComAndroidSupportDesign2221Library :prepareComAndroidSupportRecyclerviewV72221Library :prepareComAndroidSupportSupportV42221Library :prepareComFacebookAndroidFacebookAndroidSdk460Library :prepareComGoogleAndroidGmsPlayServicesAnalytics780Library :prepareComGoogleAndroidGmsPlayServicesBase780Library :prepareComGoogleAndroidGmsPlayServicesLocation780Library :prepareComGoogleAndroidGmsPlayServicesMaps780Library :prepareComGoogleAndroidGmsPlayServicesPlus780Library :prepareOrgSolovyevAndroidViewsLinearLayoutManager05Library :prepareAmazonBetaDependencies :compileAmazonBetaAidl :compileAmazonBetaRenderscript :generateAmazonBetaBuildConfig :generateAmazonBetaAssets UP-TO-DATE :mergeAmazonBetaAssets :generateAmazonBetaResValues :generateAmazonBetaResources :mergeAmazonBetaResources [Fatal Error] :1:1: Content is not allowed in prolog. [Fatal Error] :1:1: Content is not allowed in prolog.
C:\Users\beroz\Desktop\omim-master\android\res\values-zh-rHK\strings.xml:1:1: Error: Content is not allowed in prolog. C:\Users\beroz\Desktop\omim-master\android\res\values-zh-rMO\strings.xml:1:1: Error: Content is not allowed in prolog. :mergeAmazonBetaResources FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':mergeAmazonBetaResources'.
C:\Users\beroz\Desktop\omim-master\android\res\values-zh-rHK\strings.xml:1:1: Error: Content is not allowed in prolog. C:\Users\beroz\Desktop\omim-master\android\res\values-zh-rMO\strings.xml:1:1: Error: Content is not allowed in prolog.
BUILD FAILED
Total time: 1 mins 39.259 secs Executing tasks: [:assembleAmazonBeta]
Configuration on demand is an incubating feature. :preBuild UP-TO-DATE :preAmazonBetaBuild UP-TO-DATE :checkAmazonBetaManifest :preAmazonDebugBuild UP-TO-DATE :preAmazonReleaseBuild UP-TO-DATE :preAppChinaBetaBuild UP-TO-DATE :preAppChinaDebugBuild UP-TO-DATE :preAppChinaReleaseBuild UP-TO-DATE :preBaiduBetaBuild UP-TO-DATE :preBaiduDebugBuild UP-TO-DATE :preBaiduReleaseBuild UP-TO-DATE :preBlackberryBetaBuild UP-TO-DATE :preBlackberryDebugBuild UP-TO-DATE :preBlackberryReleaseBuild UP-TO-DATE :preCipherlabBetaBuild UP-TO-DATE :preCipherlabDebugBuild UP-TO-DATE :preCipherlabReleaseBuild UP-TO-DATE :preGoogleBetaBuild UP-TO-DATE :preGoogleDebugBuild UP-TO-DATE :preGoogleReleaseBuild UP-TO-DATE :preLenovoBetaBuild UP-TO-DATE :preLenovoDebugBuild UP-TO-DATE :preLenovoReleaseBuild UP-TO-DATE :preMoboMarketBetaBuild UP-TO-DATE :preMoboMarketDebugBuild UP-TO-DATE :preMoboMarketReleaseBuild UP-TO-DATE :preMobogenieBetaBuild UP-TO-DATE :preMobogenieDebugBuild UP-TO-DATE :preMobogenieReleaseBuild UP-TO-DATE :preNineAppBetaBuild UP-TO-DATE :preNineAppDebugBuild UP-TO-DATE :preNineAppReleaseBuild UP-TO-DATE :prePreinstallBetaBuild UP-TO-DATE :prePreinstallDebugBuild UP-TO-DATE :prePreinstallReleaseBuild UP-TO-DATE :preSamsungBetaBuild UP-TO-DATE :preSamsungDebugBuild UP-TO-DATE :preSamsungReleaseBuild UP-TO-DATE :preTencentBetaBuild UP-TO-DATE :preTencentDebugBuild UP-TO-DATE :preTencentReleaseBuild UP-TO-DATE :preWebBetaBuild UP-TO-DATE :preWebDebugBuild UP-TO-DATE :preWebReleaseBuild UP-TO-DATE :preXiaomiBetaBuild UP-TO-DATE :preXiaomiDebugBuild UP-TO-DATE :preXiaomiReleaseBuild UP-TO-DATE :preYandexBetaBuild UP-TO-DATE :preYandexDebugBuild UP-TO-DATE :preYandexReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:compileLint :3rd_party:BottomSheet:copyReleaseLint UP-TO-DATE :3rd_party:BottomSheet:preBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:checkReleaseManifest :3rd_party:BottomSheet:preDebugAndroidTestBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:prepareComAndroidSupportSupportV42220Library UP-TO-DATE :3rd_party:BottomSheet:prepareReleaseDependencies :3rd_party:BottomSheet:compileReleaseAidl UP-TO-DATE :3rd_party:BottomSheet:compileReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:generateReleaseBuildConfig UP-TO-DATE :3rd_party:BottomSheet:generateReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResValues UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResources UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseResources UP-TO-DATE :3rd_party:BottomSheet:processReleaseManifest UP-TO-DATE :3rd_party:BottomSheet:processReleaseResources UP-TO-DATE :3rd_party:BottomSheet:generateReleaseSources UP-TO-DATE :3rd_party:BottomSheet:processReleaseJavaRes UP-TO-DATE :3rd_party:BottomSheet:compileReleaseJavaWithJavac UP-TO-DATE :3rd_party:BottomSheet:extractReleaseAnnotations UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseProguardFiles UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJar UP-TO-DATE :3rd_party:BottomSheet:compileReleaseNdk UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJniLibs UP-TO-DATE :3rd_party:BottomSheet:packageReleaseLocalJar UP-TO-DATE :3rd_party:BottomSheet:packageReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:packageReleaseResources UP-TO-DATE :3rd_party:BottomSheet:bundleRelease UP-TO-DATE :prepareAndroid3rd_partyBottomSheetUnspecifiedLibrary UP-TO-DATE :prepareComAndroidSupportAppcompatV72221Library UP-TO-DATE :prepareComAndroidSupportDesign2221Library UP-TO-DATE :prepareComAndroidSupportRecyclerviewV72221Library UP-TO-DATE :prepareComAndroidSupportSupportV42221Library UP-TO-DATE :prepareComFacebookAndroidFacebookAndroidSdk460Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesAnalytics780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesBase780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesLocation780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesMaps780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesPlus780Library UP-TO-DATE :prepareOrgSolovyevAndroidViewsLinearLayoutManager05Library UP-TO-DATE :prepareAmazonBetaDependencies :compileAmazonBetaAidl UP-TO-DATE :compileAmazonBetaRenderscript UP-TO-DATE :generateAmazonBetaBuildConfig UP-TO-DATE :generateAmazonBetaAssets UP-TO-DATE :mergeAmazonBetaAssets UP-TO-DATE :generateAmazonBetaResValues UP-TO-DATE :generateAmazonBetaResources UP-TO-DATE :mergeAmazonBetaResources :processAmazonArmeabi-v7aBetaManifest :processAmazonArmeabi-v7aBetaResources AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/about_description\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":34,"startColumn":30,"startOffset":1802,"endColumn":55,"endOffset":1827}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/website\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":38,"startColumn":30,"startOffset":1955,"endColumn":45,"endOffset":1970}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/blog\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":44,"startColumn":30,"startOffset":2220,"endColumn":42,"endOffset":2232}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/subscribe_to_news\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":62,"startColumn":30,"startOffset":3021,"endColumn":55,"endOffset":3046}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rate_gp\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":74,"startColumn":30,"startOffset":3568,"endColumn":45,"endOffset":3583}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/tell_friends\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":80,"startColumn":30,"startOffset":3828,"endColumn":50,"endOffset":3848}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/copyright\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\about.xml","position":{"startLine":92,"startColumn":30,"startOffset":4367,"endColumn":47,"endOffset":4384}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/download_resources\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\activity_download_resources.xml","position":{"startLine":21,"startColumn":22,"startOffset":794,"endColumn":48,"endOffset":820}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/getting_position\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\activity_download_resources.xml","position":{"startLine":47,"startColumn":22,"startOffset":1823,"endColumn":46,"endOffset":1847}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/download_country_ask\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\activity_download_resources.xml","position":{"startLine":56,"startColumn":22,"startOffset":2182,"endColumn":50,"endOffset":2210}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/name\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\dialog_edit_text.xml","position":{"startLine":21,"startColumn":22,"startOffset":879,"endColumn":34,"endOffset":891}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/downloader_downloaded\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\download_item_extended.xml","position":{"startLine":13,"startColumn":20,"startOffset":592,"endColumn":49,"endOffset":621}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/name\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\edit_bookmark_common.xml","position":{"startLine":25,"startColumn":24,"startOffset":972,"endColumn":36,"endOffset":984}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/set\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\edit_bookmark_common.xml","position":{"startLine":47,"startColumn":22,"startOffset":1760,"endColumn":33,"endOffset":1771}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/edit_description_hint\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\edit_bookmark_common.xml","position":{"startLine":100,"startColumn":24,"startOffset":3887,"endColumn":53,"endOffset":3916}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_do_like_maps\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_app_invites_dialog.xml","position":{"startLine":27,"startColumn":26,"startOffset":1142,"endColumn":53,"endOffset":1169}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_tap_star\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_app_invites_dialog.xml","position":{"startLine":40,"startColumn":22,"startOffset":1706,"endColumn":45,"endOffset":1729}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/downloader_update_all\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_downloader.xml","position":{"startLine":23,"startColumn":22,"startOffset":985,"endColumn":51,"endOffset":1014}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/save\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_edit_bookmark.xml","position":{"startLine":22,"startColumn":22,"startOffset":927,"endColumn":34,"endOffset":939}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/save\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_edit_description.xml","position":{"startLine":22,"startColumn":22,"startOffset":927,"endColumn":34,"endOffset":939}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/edit_description_hint\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_edit_description.xml","position":{"startLine":39,"startColumn":22,"startOffset":1566,"endColumn":51,"endOffset":1595}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_do_like_maps\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_google_play_dialog.xml","position":{"startLine":15,"startColumn":20,"startOffset":688,"endColumn":47,"endOffset":715}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_tap_star\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_google_play_dialog.xml","position":{"startLine":28,"startColumn":20,"startOffset":1204,"endColumn":43,"endOffset":1227}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_send_feedback\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_google_play_dialog.xml","position":{"startLine":62,"startColumn":22,"startOffset":2391,"endColumn":50,"endOffset":2419}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_do_like_maps\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_google_plus_dialog.xml","position":{"startLine":21,"startColumn":20,"startOffset":824,"endColumn":47,"endOffset":851}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/rating_google_plus\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_google_plus_dialog.xml","position":{"startLine":29,"startColumn":20,"startOffset":1093,"endColumn":46,"endOffset":1119}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/feedback\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_prefs_help.xml","position":{"startLine":35,"startColumn":22,"startOffset":1216,"endColumn":38,"endOffset":1232}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_not_found\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_search.xml","position":{"startLine":75,"startColumn":28,"startOffset":3093,"endColumn":52,"endOffset":3117}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_not_found_query\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_search.xml","position":{"startLine":82,"startColumn":28,"startOffset":3391,"endColumn":58,"endOffset":3421}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_history_title\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_search_recent.xml","position":{"startLine":32,"startColumn":24,"startOffset":1381,"endColumn":52,"endOffset":1409}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_history_text\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_search_recent.xml","position":{"startLine":39,"startColumn":24,"startOffset":1659,"endColumn":51,"endOffset":1686}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_without_internet_advertisement\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":26,"startColumn":24,"startOffset":958,"endColumn":69,"endOffset":1003}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/downloader_download_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":56,"startColumn":26,"startOffset":2156,"endColumn":57,"endOffset":2187}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_vehicle_routes\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":65,"startColumn":26,"startOffset":2561,"endColumn":55,"endOffset":2590}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_select_other_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":74,"startColumn":26,"startOffset":2981,"endColumn":57,"endOffset":3012}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/unknown_current_position\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":92,"startColumn":26,"startOffset":3683,"endColumn":58,"endOffset":3715}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_select_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\fragment_suggest_country_download.xml","position":{"startLine":101,"startColumn":26,"startOffset":4091,"endColumn":51,"endOffset":4116}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_without_internet_advertisement\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":27,"startColumn":24,"startOffset":993,"endColumn":69,"endOffset":1038}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/downloader_download_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":51,"startColumn":26,"startOffset":2002,"endColumn":57,"endOffset":2033}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_vehicle_routes\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":60,"startColumn":26,"startOffset":2410,"endColumn":55,"endOffset":2439}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_select_other_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":69,"startColumn":26,"startOffset":2823,"endColumn":57,"endOffset":2854}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/unknown_current_position\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":87,"startColumn":26,"startOffset":3525,"endColumn":58,"endOffset":3557}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_select_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout-land\fragment_suggest_country_download.xml","position":{"startLine":96,"startColumn":26,"startOffset":3926,"endColumn":51,"endOffset":3951}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/add_new_set\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_bookmark_category_create.xml","position":{"startLine":9,"startColumn":18,"startOffset":396,"endColumn":37,"endOffset":415}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/bookmarks_usage_hint\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_bookmark_hint.xml","position":{"startLine":11,"startColumn":18,"startOffset":478,"endColumn":46,"endOffset":506}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/bookmarks\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_category_title.xml","position":{"startColumn":445,"startOffset":444,"endColumn":462,"endOffset":461}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/clear_search\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_search_common.xml","position":{"startLine":3,"startColumn":24,"startOffset":183,"endColumn":44,"endOffset":203}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search_show_on_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_search_populate.xml","position":{"startLine":3,"startColumn":24,"startOffset":183,"endColumn":50,"endOffset":209}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/closed\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\item_search_result.xml","position":{"startLine":16,"startColumn":20,"startOffset":687,"endColumn":34,"endOffset":701}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/next_turn_then\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\layout_routing_full.xml","position":{"startLine":38,"startColumn":20,"startOffset":1323,"endColumn":42,"endOffset":1345}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027contentDescription\u0027 with value \u0027@string/next_turn_then\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\layout_routing_full.xml","position":{"startLine":47,"startColumn":34,"startOffset":1657,"endColumn":56,"endOffset":1679}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/routing_planning\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\layout_routing_setup.xml","position":{"startLine":49,"startColumn":22,"startOffset":2016,"endColumn":46,"endOffset":2040}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/routing_start\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\layout_routing_setup.xml","position":{"startLine":107,"startColumn":20,"startOffset":4076,"endColumn":41,"endOffset":4097}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content.xml","position":{"startLine":11,"startColumn":26,"startOffset":624,"endColumn":40,"endOffset":638}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/bookmarks\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content.xml","position":{"startLine":17,"startColumn":26,"startOffset":871,"endColumn":43,"endOffset":888}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/download_maps\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content.xml","position":{"startLine":25,"startColumn":28,"startOffset":1236,"endColumn":49,"endOffset":1257}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/settings\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content.xml","position":{"startLine":40,"startColumn":26,"startOffset":1841,"endColumn":42,"endOffset":1857}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/share_my_location\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content.xml","position":{"startLine":46,"startColumn":26,"startOffset":2082,"endColumn":51,"endOffset":2107}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/search\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content_grid.xml","position":{"startLine":10,"startColumn":26,"startOffset":550,"endColumn":40,"endOffset":564}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/bookmarks\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content_grid.xml","position":{"startLine":16,"startColumn":26,"startOffset":801,"endColumn":43,"endOffset":818}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/download_maps\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content_grid.xml","position":{"startLine":25,"startColumn":28,"startOffset":1229,"endColumn":49,"endOffset":1250}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/settings\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content_grid.xml","position":{"startLine":42,"startColumn":26,"startOffset":1932,"endColumn":42,"endOffset":1948}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/share_my_location\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\menu_content_grid.xml","position":{"startLine":48,"startColumn":26,"startOffset":2177,"endColumn":51,"endOffset":2202}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/name\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_bookmark_details.xml","position":{"startLine":28,"startColumn":22,"startOffset":1077,"endColumn":34,"endOffset":1089}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/set\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_bookmark_details.xml","position":{"startLine":40,"startColumn":20,"startOffset":1540,"endColumn":31,"endOffset":1551}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/description\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_bookmark_details.xml","position":{"startLine":87,"startColumn":20,"startOffset":3414,"endColumn":39,"endOffset":3433}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/edit\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_bookmark_details.xml","position":{"startLine":106,"startColumn":24,"startOffset":4213,"endColumn":36,"endOffset":4225}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027contentDescription\u0027 with value \u0027@string/back\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":29,"startColumn":38,"startOffset":1104,"endColumn":50,"endOffset":1116}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/back\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":35,"startColumn":24,"startOffset":1293,"endColumn":36,"endOffset":1305}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027contentDescription\u0027 with value \u0027@string/share\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":46,"startColumn":38,"startOffset":1565,"endColumn":51,"endOffset":1578}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/share\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":52,"startColumn":24,"startOffset":1749,"endColumn":37,"endOffset":1762}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027contentDescription\u0027 with value \u0027@string/bookmark\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":63,"startColumn":38,"startOffset":2028,"endColumn":54,"endOffset":2044}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/bookmark\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":69,"startColumn":24,"startOffset":2226,"endColumn":40,"endOffset":2242}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027contentDescription\u0027 with value \u0027@string/route\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":80,"startColumn":38,"startOffset":2502,"endColumn":51,"endOffset":2515}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027text\u0027 with value \u0027@string/route\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\place_page_buttons.xml","position":{"startLine":86,"startColumn":24,"startOffset":2686,"endColumn":37,"endOffset":2699}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027hint\u0027 with value \u0027@string/search\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\layout\search_box.xml","position":{"startLine":19,"startColumn":20,"startOffset":683,"endColumn":34,"endOffset":697}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/prefs_group_map\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_headers.xml","position":{"startLine":3,"startColumn":25,"startOffset":182,"endColumn":48,"endOffset":205}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/prefs_group_misc\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_headers.xml","position":{"startLine":7,"startColumn":25,"startOffset":349,"endColumn":49,"endOffset":373}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/help\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_headers.xml","position":{"startLine":11,"startColumn":25,"startOffset":512,"endColumn":37,"endOffset":524}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/about_menu_title\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_headers.xml","position":{"startLine":15,"startColumn":25,"startOffset":659,"endColumn":49,"endOffset":683}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/maps_storage\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":3,"startColumn":29,"startOffset":195,"endColumn":49,"endOffset":215}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/maps_storage_summary\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":4,"startColumn":31,"startOffset":248,"endColumn":59,"endOffset":276}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/measurement_units\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":8,"startColumn":33,"startOffset":398,"endColumn":58,"endOffset":423}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/measurement_units_summary\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":9,"startColumn":35,"startOffset":460,"endColumn":68,"endOffset":493}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/pref_zoom_title\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":15,"startColumn":35,"startOffset":763,"endColumn":58,"endOffset":786}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/pref_zoom_summary\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":16,"startColumn":37,"startOffset":825,"endColumn":62,"endOffset":850}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/pref_map_style_title\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":22,"startColumn":33,"startOffset":1070,"endColumn":61,"endOffset":1098}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/pref_map_style_summary\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":23,"startColumn":35,"startOffset":1135,"endColumn":65,"endOffset":1165}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/yopme_pref_title\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":29,"startColumn":29,"startOffset":1398,"endColumn":53,"endOffset":1422}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/yopme_pref_summary\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_map.xml","position":{"startLine":30,"startColumn":31,"startOffset":1455,"endColumn":57,"endOffset":1481}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/allow_statistics\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_misc.xml","position":{"startLine":3,"startColumn":35,"startOffset":215,"endColumn":59,"endOffset":239}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/allow_statistics_hint\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_misc.xml","position":{"startLine":4,"startColumn":37,"startOffset":278,"endColumn":66,"endOffset":307}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027summary\u0027 with value \u0027@string/pref_use_google_play\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\xml\prefs_misc.xml","position":{"startLine":10,"startColumn":37,"startOffset":556,"endColumn":65,"endOffset":584}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/share\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmark_categories.xml","position":{"startLine":5,"startColumn":23,"startOffset":202,"endColumn":36,"endOffset":215}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/rename\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmark_categories.xml","position":{"startLine":9,"startColumn":23,"startOffset":320,"endColumn":37,"endOffset":334}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/delete\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmark_categories.xml","position":{"startLine":13,"startColumn":23,"startOffset":440,"endColumn":37,"endOffset":454}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/share_by_message\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmarks.xml","position":{"startLine":3,"startColumn":23,"startOffset":168,"endColumn":47,"endOffset":192}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/share_by_email\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmarks.xml","position":{"startLine":7,"startColumn":23,"startOffset":308,"endColumn":45,"endOffset":330}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/share\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmarks.xml","position":{"startLine":11,"startColumn":23,"startOffset":438,"endColumn":36,"endOffset":451}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/edit\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmarks.xml","position":{"startLine":15,"startColumn":23,"startOffset":552,"endColumn":35,"endOffset":564}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/delete\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\menu_bookmarks.xml","position":{"startLine":19,"startColumn":23,"startOffset":666,"endColumn":37,"endOffset":680}}],"original":""} AGPBI: {"kind":"error","text":"No resource found that matches the given name (at \u0027title\u0027 with value \u0027@string/share\u0027).","sources":[{"file":"C:\Users\beroz\Desktop\omim-master\android\res\menu\option_menu_bookmarks.xml","position":{"startLine":5,"startColumn":23,"startOffset":268,"endColumn":36,"endOffset":281}}],"original":""}
FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':processAmazonArmeabi-v7aBetaResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\beroz\AppData\Local\Android\sdk1\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
BUILD FAILED
Total time: 1 mins 6.569 secs Executing tasks: [:assembleAmazonBeta]
Configuration on demand is an incubating feature. :preBuild UP-TO-DATE :preAmazonBetaBuild UP-TO-DATE :checkAmazonBetaManifest :preAmazonDebugBuild UP-TO-DATE :preAmazonReleaseBuild UP-TO-DATE :preAppChinaBetaBuild UP-TO-DATE :preAppChinaDebugBuild UP-TO-DATE :preAppChinaReleaseBuild UP-TO-DATE :preBaiduBetaBuild UP-TO-DATE :preBaiduDebugBuild UP-TO-DATE :preBaiduReleaseBuild UP-TO-DATE :preBlackberryBetaBuild UP-TO-DATE :preBlackberryDebugBuild UP-TO-DATE :preBlackberryReleaseBuild UP-TO-DATE :preCipherlabBetaBuild UP-TO-DATE :preCipherlabDebugBuild UP-TO-DATE :preCipherlabReleaseBuild UP-TO-DATE :preGoogleBetaBuild UP-TO-DATE :preGoogleDebugBuild UP-TO-DATE :preGoogleReleaseBuild UP-TO-DATE :preLenovoBetaBuild UP-TO-DATE :preLenovoDebugBuild UP-TO-DATE :preLenovoReleaseBuild UP-TO-DATE :preMoboMarketBetaBuild UP-TO-DATE :preMoboMarketDebugBuild UP-TO-DATE :preMoboMarketReleaseBuild UP-TO-DATE :preMobogenieBetaBuild UP-TO-DATE :preMobogenieDebugBuild UP-TO-DATE :preMobogenieReleaseBuild UP-TO-DATE :preNineAppBetaBuild UP-TO-DATE :preNineAppDebugBuild UP-TO-DATE :preNineAppReleaseBuild UP-TO-DATE :prePreinstallBetaBuild UP-TO-DATE :prePreinstallDebugBuild UP-TO-DATE :prePreinstallReleaseBuild UP-TO-DATE :preSamsungBetaBuild UP-TO-DATE :preSamsungDebugBuild UP-TO-DATE :preSamsungReleaseBuild UP-TO-DATE :preTencentBetaBuild UP-TO-DATE :preTencentDebugBuild UP-TO-DATE :preTencentReleaseBuild UP-TO-DATE :preWebBetaBuild UP-TO-DATE :preWebDebugBuild UP-TO-DATE :preWebReleaseBuild UP-TO-DATE :preXiaomiBetaBuild UP-TO-DATE :preXiaomiDebugBuild UP-TO-DATE :preXiaomiReleaseBuild UP-TO-DATE :preYandexBetaBuild UP-TO-DATE :preYandexDebugBuild UP-TO-DATE :preYandexReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:compileLint :3rd_party:BottomSheet:copyReleaseLint UP-TO-DATE :3rd_party:BottomSheet:preBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseBuild UP-TO-DATE :3rd_party:BottomSheet:checkReleaseManifest :3rd_party:BottomSheet:preDebugAndroidTestBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugBuild UP-TO-DATE :3rd_party:BottomSheet:preDebugUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:preReleaseUnitTestBuild UP-TO-DATE :3rd_party:BottomSheet:prepareComAndroidSupportSupportV42220Library UP-TO-DATE :3rd_party:BottomSheet:prepareReleaseDependencies :3rd_party:BottomSheet:compileReleaseAidl UP-TO-DATE :3rd_party:BottomSheet:compileReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:generateReleaseBuildConfig UP-TO-DATE :3rd_party:BottomSheet:generateReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseAssets UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResValues UP-TO-DATE :3rd_party:BottomSheet:generateReleaseResources UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseResources UP-TO-DATE :3rd_party:BottomSheet:processReleaseManifest UP-TO-DATE :3rd_party:BottomSheet:processReleaseResources UP-TO-DATE :3rd_party:BottomSheet:generateReleaseSources UP-TO-DATE :3rd_party:BottomSheet:processReleaseJavaRes UP-TO-DATE :3rd_party:BottomSheet:compileReleaseJavaWithJavac UP-TO-DATE :3rd_party:BottomSheet:extractReleaseAnnotations UP-TO-DATE :3rd_party:BottomSheet:mergeReleaseProguardFiles UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJar UP-TO-DATE :3rd_party:BottomSheet:compileReleaseNdk UP-TO-DATE :3rd_party:BottomSheet:packageReleaseJniLibs UP-TO-DATE :3rd_party:BottomSheet:packageReleaseLocalJar UP-TO-DATE :3rd_party:BottomSheet:packageReleaseRenderscript UP-TO-DATE :3rd_party:BottomSheet:packageReleaseResources UP-TO-DATE :3rd_party:BottomSheet:bundleRelease UP-TO-DATE :prepareAndroid3rd_partyBottomSheetUnspecifiedLibrary UP-TO-DATE :prepareComAndroidSupportAppcompatV72221Library UP-TO-DATE :prepareComAndroidSupportDesign2221Library UP-TO-DATE :prepareComAndroidSupportRecyclerviewV72221Library UP-TO-DATE :prepareComAndroidSupportSupportV42221Library UP-TO-DATE :prepareComFacebookAndroidFacebookAndroidSdk460Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesAnalytics780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesBase780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesLocation780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesMaps780Library UP-TO-DATE :prepareComGoogleAndroidGmsPlayServicesPlus780Library UP-TO-DATE :prepareOrgSolovyevAndroidViewsLinearLayoutManager05Library UP-TO-DATE :prepareAmazonBetaDependencies :compileAmazonBetaAidl UP-TO-DATE :compileAmazonBetaRenderscript UP-TO-DATE :generateAmazonBetaBuildConfig UP-TO-DATE :generateAmazonBetaAssets UP-TO-DATE :mergeAmazonBetaAssets UP-TO-DATE :generateAmazonBetaResValues UP-TO-DATE :generateAmazonBetaResources UP-TO-DATE :mergeAmazonBetaResources :processAmazonArmeabi-v7aBetaManifest UP-TO-DATE :processAmazonArmeabi-v7aBetaResources :processAmazonUniversalBetaManifest :processAmazonUniversalBetaResources :processAmazonX86BetaManifest :processAmazonX86BetaResources :generateAmazonBetaSources :cppLibsBuildRelease FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':cppLibsBuildRelease'.
A problem occurred starting process 'command 'bash''
BUILD FAILED
Total time: 54.559 secs
I think that this error is related to the field task cppLibsBuildRelease(type: Exec, description: 'Building RELEASE/PRODUCTION version of static C++ libraries') { commandLine 'bash', '../tools/autobuild/android.sh', 'production' }
task cppLibsBuildReleaseArm(type: Exec, description: 'Building RELEASE/PRODUCTION version of static C++ libraries (ARM only)') { commandLine 'bash', '../tools/autobuild/android.sh', 'production', 'armeabi-v7a-hard' }
task cppLibsBuildReleaseIntel(type: Exec, description: 'Building RELEASE/PRODUCTION version of static C++ libraries (x86 only)') { commandLine 'bash', '../tools/autobuild/android.sh', 'production', 'x86' }
Thank you for answering the questions
First of all, we do NOT officially support build under Windows. But here are some hints that may help:
Your issue looks similar to this one: http://stackoverflow.com/questions/23438375/android-studio-gradle-errors-content-not-allowed-in-prolog Please check it out and tell us if it helps.
@deathbaba No, this happens if you do not replace symbolic links under Windows. android\script\replace_links.bat is responsible for that.
@adelta Does it work? If yes, can you please close issue?
@deathbaba hi,not work for me!
What about @trashkalmar solution?
export QTCHOOSER_RUNTOOL=qtconfig export QT_SELECT=5 ./gradlew clean assembleWebRelease --info
I've received an error when compiling the project Please advise Execution failed for task ':cppLibsBuildRelease'.