Viewing 17 posts - 1 through 17 (of 17 total)
-
AuthorPosts
-
November 24, 2017 at 3:24 pm #1796
karollaParticipantI got that problem after <span style="background-color: #f4f4f4; color: #313b3d; font-family: Poppins; font-weight: bold;">ionic cordova build –release android</span> https://i.hizliresim.com/rJaAVB.jpg And there is no build folder under android/... https://i.hizliresim.com/3p3mPO.jpgNovember 27, 2017 at 5:43 am #1810
adminMemberWell it looks like your ionic projects folders does not have proper file permissions . Refer : http://prntscr.com/hfptsj Try running your command prompt as administrator . refer : https://technet.microsoft.com/en-in/library/cc947813(v=ws.10).aspxNovember 27, 2017 at 5:51 am #1812
karollaParticipantHow can i run it as administator in project file?November 28, 2017 at 5:19 am #1835
adminMemberWell just start cmd as administrator first then navigate to your project folder .November 29, 2017 at 7:08 am #1871
adminMemberWell to build android files please make sure that you have installed java on your system and set the environment variables in java . refer : https://wplms.io/unit/installing-java/?id=662 make sure that javac command runs properly in your command prompt . Second thing you need is android studio .Install full setup of it . then try running these commands one by one in your project folders :ionic platform remove android
ionic platform add android
ionic prepare android
ionic build android
IF still issue persists then follow this link : https://stackoverflow.com/questions/36568423/cordova-build-run-failed-compiledebugjavawithjavacNovember 30, 2017 at 10:17 am #1886
adminMember1. java already installed. https://i.hizliresim.com/MaQm6k.jpg (146 kB) 2. İ installd android studio already full with sdk. What is that terror: https://i.hizliresim.com/Gy7akV.jpg (102 kB)November 30, 2017 at 10:19 am #1888
adminMembersorry those were old commands try running these commands :
ionic cordova platform remove androidionic cordova platform add android
ionic cordova prepare android
November 30, 2017 at 1:36 pm #1894
karollaParticipantI did all. Do u have any apk with my app? https://i.hizliresim.com/zJkm7O.jpgDecember 1, 2017 at 6:31 am #1904
adminMemberHi please try running these commands in your ionic project folder:npm i [email protected]^1.6.3 --save
npm install [email protected]^6.2.3 --save
if above does not works then try it without the --save in the end .npm i [email protected]^1.6.3
npm install [email protected]^6.2.3
December 1, 2017 at 6:31 am #1905
adminMemberIf still it does not work then I will be generating an debug apk for you .December 1, 2017 at 3:14 pm #1929
karollaParticipantAgain doesnt work. What is problem ı dont know. new error: https://i.hizliresim.com/WGvoBq.jpgDecember 2, 2017 at 7:07 am #1932
adminMemberI will discuss the issue with mr. vibe and will get back to you mean while please refer : https://stackoverflow.com/a/46141741/7633853December 4, 2017 at 10:41 am #1949
adminMemberIf you are on Ios then please try running this below command in your ionic project .
Also try removing the 'src/declarations.d.ts' file in src folder .cordova plugin remove cordova-plugin-console
December 5, 2017 at 8:32 am #1963
karollaParticipantHow can ı import all files to android studio? I wanna create apk with android studio after installing necessary package.December 5, 2017 at 11:01 am #1967
adminMemberWell I dont think that's available . http://ionicframework.com/docs/v1/guide/publishing.html https://ionicframework.com/docs/intro/deploying/ -
AuthorPosts
Viewing 17 posts - 1 through 17 (of 17 total)
- You must be logged in to reply to this topic.