module ArcGis.AppFramework.Controls is not installed

2273
13
Jump to solution
07-31-2021 01:56 PM
lightpro
New Contributor III

Hi, I'm trying to build a copy of the quickcapture template. The cloud build process runs fine but when the android app is opened we just get a white screen.

Running the app in Appstudio Player gives the following screen which suggests that the issue lies with the Arcgis.AppFramework.Controls module. The documentation has nothing on this module. Is it deprecated? Any workaround?

Running AppStudio 4.4.77

lightpro_0-1627764871168.png

 

 

 

0 Kudos
13 Replies
lightpro
New Contributor III

I'm not sure to be honest. Sounds like it could be related to the new version of AppStudio yes so reverting might solve it. Based on your screenshot it looks like you are already using an older version of Appstudio however. Sorry I can't be of any help, my experience is pretty limited here. 

There seems to have been a similar issue in this thread, so maybe that solution will work for you

https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-template-problem-failed-to-loa...

 

0 Kudos
conde
by
New Contributor III

I finally migrated my app to version 5 of appstudio by replacing Arcgis.AppFramework.Controls module witch is not supported anymore.

thank you for your inputs

 

0 Kudos
conde
by
New Contributor III

On wich version of Appstudio did you write your app?

The easy way is just to revert appstudio to that version.

The QuickReportApp unavliable contains ArcGIS.AppFramework.Dialogs module witch is deprecated with 3.0.

If you want to continue working with your current version you must replace deprecated modules.

the same problem is solved in this thread.

0 Kudos
ErwinSoekianto
Esri Regular Contributor

@lightpro 

 

AppFramework.Controls has been deprecated for quite a bit and removed in AppStudio 5.0. https://doc.arcgis.com/en/appstudio/extend-apps/appframework.htm 

We recommend replacing that UI control that you are using with Qt Quick Control, https://doc.qt.io/qt-5/qtquickcontrols-index.html 

 

Erwin.