Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Exporting Android Studio Project Serious Issues.

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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Exporting Android Studio Project Serious Issues.

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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Exporting Android Studio Project Serious Issues.

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.....

Oldestman57
Posts: 0
Joined: Thu Mar 31, 2016 9:15 pm

Exporting Android Studio Project Serious Issues.

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Exporting Android Studio Project Serious Issues.

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

Did you do exactly as it was described there?

Oldestman57
Posts: 0
Joined: Thu Mar 31, 2016 9:15 pm

Exporting Android Studio Project Serious Issues.

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Exporting Android Studio Project Serious Issues.

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...

Oldestman57
Posts: 0
Joined: Thu Mar 31, 2016 9:15 pm

Exporting Android Studio Project Serious Issues.

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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Exporting Android Studio Project Serious Issues.

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

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Exporting Android Studio Project Serious Issues.

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.

Return to “Issues”