Page 2 of 5

Exporting Android Studio Project Serious Issues.

Posted: Mon Apr 10, 2017 1:19 pm
by Serhii Kulibaba

Please be sure your Android SDK has the same version as you use in the application. E.g. if the application has SDK for Android 4.1, you have to have installed API Level: 16 in your PC: https://developer.android.com/about/v...

If you want us to help you check the app build, please consider purchasing the Advisory Pack service: http://appery.io/service. This service includes app debugging as well as any other custom app help. If this particular issue turns out to be an Appery.io bug, we will credit back the hours spent on this issue and you will be able to use them toward another issue.


Exporting Android Studio Project Serious Issues.

Posted: Tue Apr 11, 2017 10:40 pm
by Emmz

es, I'm aware of that. And that was done, but there are still problems that wont allow Android Studio to open the project properly.


Exporting Android Studio Project Serious Issues.

Posted: Tue Apr 11, 2017 10:47 pm
by Emmz

I have a better idea. Instead of asking us to pay to get your Appery project export
output to work properly.... Fix Appery!
Seriously, why keep breaking things that used to work and then ask us to use some external work-around that requires using and a detailed understanding of cli software.
As A paying customer for 4 YEARS!!! Yes 4 YEARS! I beg you to just fix the problem... Please, please, please.....


Exporting Android Studio Project Serious Issues.

Posted: Mon May 01, 2017 2:11 pm
by Oldestman57

Evgene

Has there been any update on the bug that is keeping my older app from building?

I have doubled checked my API levels as Serhii has recommended and I am using API levels 16 - 21.

I only added 1 button to a page that opens the email page.

The app was already up on Google play.

It builds and ok and is currently on iTunes app store.

After the Cordova Plugin page changed, I get (Error:The number of method references in a .dex file cannot exceed 64K.).

I can download the binary APK and it installs and runs fine on my phone.

The .dex file in the downloaded APK is only a little 26k.

This is the last update that I need to make to this app.

The rest of my apps will be new ones.

Any help would be appreciated.


Exporting Android Studio Project Serious Issues.

Posted: Wed May 03, 2017 3:51 pm
by Serhii Kulibaba

Please see my comment above: https://getsatisfaction.com/apperyio/...

Did you do exactly as it was described there?


Exporting Android Studio Project Serious Issues.

Posted: Thu May 04, 2017 11:37 pm
by Oldestman57

Yes, I downloaded a fresh Android Studio project.
I opened the Source folder.
I opened the Cordova folder.
I ran the build.bat file as the administrator.
It executed and completed.
I opened the project in Android Studio and tried an APK build.
It faulted with 76 errors.
The main ones were:
package android.support.v4.app does not exist.
package com.google.android.gms.gcm does not exist.
cannot find symbol class GcmListnerService.
I added the com.android.support:support-v4:24.0.0 dependancy
and the com.google.android.gms:play-services:10.2.4
Then when I did the APK build I only had 1 error.
The number of method references in a .dex file cannot exceed 64K


Exporting Android Studio Project Serious Issues.

Posted: Wed May 10, 2017 11:36 am
by Serhii Kulibaba

Please add several lines to the gradle file preandroid {

Code: Select all

 defaultConfig { 
     ... 

     // Enabling multidex support. 
     multiDexEnabled true 
 } 
 ... 

}

dependencies {
compile 'com.android.support:multidex:1.0.0'
}/pre
like it is shown here: http://stackoverflow.com/questions/36...


Exporting Android Studio Project Serious Issues.

Posted: Sun May 14, 2017 2:17 pm
by Oldestman57

Serhii,

After several attempts to get multiDexEnabled to work, I would get a garbage collector fault no matter which way I configured it.

I came across information on Selectively compiling APIs into your executable instead using the library dependencies in Android Studio.

At this link: https://developers.google.com/android...

I included the following API's and it built a signed APK the first time.

Image

Thanks for your help and time.


Exporting Android Studio Project Serious Issues.

Posted: Sun May 14, 2017 10:19 pm
by Emmz

2 months and Appery export of Android Studio project still not fixed. Why so long?
Do you not care about your customer?
Very disappointed.


Exporting Android Studio Project Serious Issues.

Posted: Thu May 18, 2017 1:19 pm
by Galyna Abramovych

Hello,

This is to inform you that our team is still working on this issue and as soon as the work is completed you will be updated here.