function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
madhu_ramadhu_ra 

Build Android hybrid_local app in Release mode?

Hi All,

Can anyone explain the process of building an hybrid_local app in release mode? I have developed an mobile app using forcedroid and it's now almost ready to go. I need to know how to build my app in release mode as a sign application so that it can be published in Android AppStore.

Thanks,
Madhura
Best Answer chosen by madhu_ra
madhu_ramadhu_ra
Since this is about hybrid apps, finally what we have is an android project. So it's same as building an native android project in release mode (exporting in release mode). Below is helpful reference from android forum

http://developer.android.com/tools/publishing/app-signing.html

T
hanks,
Madhura

All Answers

Ramu_SFDCRamu_SFDC
See if the below article helps

https://developer.salesforce.com/page/Building_a_Mobile_SDK_Hybrid_App_for_Android
madhu_ramadhu_ra
Since this is about hybrid apps, finally what we have is an android project. So it's same as building an native android project in release mode (exporting in release mode). Below is helpful reference from android forum

http://developer.android.com/tools/publishing/app-signing.html

T
hanks,
Madhura
This was selected as the best answer